📄 sys_fcntl.c
字号:
#ifndef lint#ifdef sccsstatic char sccsid[] = "@(#)sys_fcntl.c 1.1 92/07/30 Copyr 1985 Sun Micro";#endif#endif /* * Copyright (c) 1985 by Sun Microsystems, Inc. *//* * Sys_fcntl.c - Real system call to fcntl. */#include <syscall.h>#include <sunwindow/ntfy.h>pkg_private intnotify_fcntl(fd, cmd, arg) int fd, cmd, arg;{ return(syscall(SYS_fcntl, fd, cmd, arg));}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -