time.c 73 字节
Newer Older
1 2 3 4 5
#ifdef CONFIG_MMU
#include "time_mm.c"
#else
#include "time_no.c"
#endif