📄 local.h
字号:
/* local.h - fine the -lndir include file */#ifndef BSD42#include <sys/types.h>#else BSD42#include <sys/param.h>#endif BSD42#ifndef BSD42#ifndef NDIR#include <dir.h>#else NDIR#include <ndir.h>#endif NDIR#else BSD42#include <sys/dir.h>#endif BSD42#include <sys/stat.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -