#if defined _WIN32
#include<windows.h>
#else
#include<pthread.h>
#endif
void *f(void) {
return CreateThread;
return pthread_create;
}