dgnc_utils.h 84 B

123456
  1. #ifndef __DGNC_UTILS_H
  2. #define __DGNC_UTILS_H
  3. int dgnc_ms_sleep(ulong ms);
  4. #endif