dl-sbrk.c
来自「glibc 2.9,最新版的C语言库函数」· C语言 代码 · 共 6 行
C
6 行
/* We can use the normal code but we also know the __curbrk is not exported from ld.so. */extern void *__curbrk attribute_hidden;#include <misc/sbrk.c>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?