linux.c

来自「Newlib 嵌入式 C库 标准实现代码」· C语言 代码 · 共 15 行

C
15
字号
/* libc/sys/linux/linux.c - System-specific system calls *//* Written 2000 by Werner Almesberger *//* * Most system call wrappers have moved to utilities; future fate of this file * is guided by glibc/autoconf compatibility and FFS */#include <machine/syscall.h>/* _syscall1(int,delete_module,const char *,name) */

⌨️ 快捷键说明

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