thread-sym.c

来自「一个C源代码分析器」· C语言 代码 · 共 7 行

C
7
字号
#include <mach.h>#include <gnu-stabs.h>function_alias (mach_setup_thread, __mach_setup_thread,		kern_return_t, (task, thread, pc),		mach_setup_thread (task_t task, thread_t thread, void *pc))

⌨️ 快捷键说明

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