fcntl.c
来自「基于FPGA的防火墙系统设计.rar」· C语言 代码 · 共 11 行
C
11 行
#include <stdio.h>/* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */int fcntl (int fd, int cmd, long arg) { return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?