void* thread(){ return (void*)0; } void spawn(void* func(void*)){ } int main(int argc, char *argv[]){ spawn(thread); }