📄 callnr.h
字号:
#ifndef _CALLNR_H
#define _CALLNR_H
#define __FORK_NR 0
#define __EXECVE_NR 1
#define __EXIT_NR 2
#define __WAIT_NR 3
#define __MALLOC_NR 4
#define __FREE_NR 5
#define __DELAY_NR 6
#define __OPEN_NR 7
#define __LSEEK_NR 8
#define __READ_NR 9
#define __WRITE_NR 10
#define __CLOSE_NR 11
#define __UNLINK_NR 12
#define __FSTAT_NR 13
#define __OPENDIR_NR 14
#define __READDIR_NR 15
#define __REWINDDIR_NR 16
#define __CLOSEDIR_NR 17
#define __MKDIR_NR 18
#define __RMDIR_NR 19
#define __CHDIR_NR 20
#define __CHROOT_NR 21
#define __UTILS_NR 22
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -