#include <hildon/hildon.h> #include <libprofile.h> int main(int argc, char *argv[]) { char * str = profile_get_profile(); printf(str); return 0; }
i want to get the profile of N900 so i used the following code
can you help me?