#include <hildon/hildon.h> #include <libprofile.h> int main(int argc, char *argv[]) { char * str = profile_get_profile(); printf(str); return 0; }
vBulletin® Version 3.8.8