#include #include #include #include #ifdef HAVE_LIBPLIST # include #endif int main(int argc, char** argv) { printf("hello world!\n"); inflate(0, 0); ogg_sync_init(0); #ifdef HAVE_LIBPLIST plist_new_dict(); #endif return 0; }