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

📄 sys_thread_new.c

📁 lwIP-Softools-11Jul2002-alpha
💻 C
字号:
#include <time.h>#include "lwip/sys.h"#include "lwip/def.h"/** * Enables lwip api to create a new thread, executing the function * entered. This is not required in a non-threading case, and is  * needed for the rabbit unless using an RTOS and the tcpip messaging * layer is used. *  * It is thus currently unimplemented, since it will be RTOS-dependant. */voidsys_thread_new(void (* function)(void *arg), void *arg){}

⌨️ 快捷键说明

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