完成用户态中断接收测试

This commit is contained in:
zhangzheng
2023-09-15 17:26:21 +08:00
committed by 张正
parent e80891ba8e
commit 6f9cb317fe
103 changed files with 59651 additions and 71 deletions

View File

@@ -30,8 +30,10 @@ extern "C" {
#elif defined(__cplusplus)
#define NULL 0L
#else
#ifndef NULL
#define NULL ((void*)0)
#endif
#endif
#undef EOF
#define EOF (-1)