1 2 3 4 5
#ifndef MSLEEP_H #define MSLEEP_H #include <stdint.h> void syscall_msleep(uint32_t ms); #endif