#define CONFIGURE_INIT #include "system.h" #include #include #include #include #include #include #include "ts.h" #include "returncode.h" #include "threads.h" void* POSIX_Init(void *argument) { max_step_simu = 1; run_rosace(); printf("init.c is completed, start running the periodic tasks\n"); pthread_exit(NULL); return 0; }