#ifndef mymisc_h__ #define mymisc_h__ void later_execute(void (*fun)(void *t),void *t,int ms); #endif