⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysleep.h

📁 netkit-base-0.17.tar.gz linux嵌入式开发使用!
💻 H
字号:
#if defined __linux__ && (!defined(__GLIBC__) || (__GLIBC__ < 2))/* * Linux libc 5. sleep() is implemented in terms of alarm() and sigpause(). * This doesn't work, since inetd uses alarm itself. */#define USE_MYSLEEP#endif /* linux & libc5 */#ifndef USE_MYSLEEP#define mysleep(s) sleep(s)#elsevoid mysleep(int);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -