Files
checker_m4/source/soft/mymisc.h

21 lines
118 B
C
Raw Normal View History

2023-06-25 15:30:36 +08:00
#ifndef mymisc_h__
#define mymisc_h__
void later_execute(void (*fun)(void *t),void *t,int ms);
#endif