#include #include void* start_routine(void* arg) { printf("Thread is running...\n"); } int main() { return 0; }