clone.s

来自「glibc 2.9,最新版的C语言库函数」· S 代码 · 共 10 行

S
10
字号
/* We want an #include_next, but we are the main source file.   So, #include ourselves and in that incarnation we can use #include_next.  */#ifndef INCLUDED_SELF# define INCLUDED_SELF# include <clone.S>#else# define RESET_PID# include_next <clone.S>#endif

⌨️ 快捷键说明

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