clone.s

来自「glibc 库, 不仅可以学习使用库函数,还可以学习函数的具体实现,是提高功力的」· 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 + -
显示快捷键?