mincore.c
来自「一个嵌入式C库」· C语言 代码 · 共 16 行
C
16 行
/* * Distributed under the terms of the GNU General Public License v2 * $Header: $ * * This file provides the mincore() system call to uClibc. * 20041215 - <solar@gentoo.org> * */#include "syscalls.h"#include <unistd.h>#ifdef __NR_mincore_syscall3(int, mincore, void *, start, size_t, length, unsigned char *, vec);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?