syscall.2
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2 代码 · 共 29 行
2
29 行
.\" SCCSID: @(#)syscall.2 3.1 11/23/87.TH syscall 2 RISC.SH Namesyscall \- indirect system call.SH Syntax.BR "syscall(number, args, ...)" .SH Description.NXR "syscall system call".NXR "system call" "performing indirect"The.PN syscallsystem callperforms the system call whose assembly languageinterface has the specified.I number,and further arguments.IR args .There may be no arguments..PPThe return value of the system call is returned..SH DiagnosticsIf an error occurs,.PN syscallreturns \-1 and sets theexternal variable .I errno..SH See Alsoerrno(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?