📄 file_io.h
字号:
/*$Id: file_io.h,v 1.1 2004/12/07 21:01:41 rasc Exp $ DVBSNOOP a dvb sniffer and mpeg2 stream analyzer tool http://dvbsnoop.sourceforge.net/ (c) 2001-2004 Rainer.Scherg@gmx.de (rasc)*/#ifndef __FILE_IO_H#define __FILE_IO_H #include <sys/ioctl.h>#include <sys/poll.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/time.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#ifndef O_LARGEFILE/* dummy Flag, if not supported */#warning "No large file support..."#define O_LARGEFILE 0x00#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -