⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 local.h

📁 早期freebsd实现
💻 H
字号:
/* local.h - fine the -lndir include file *//* @(#)$Id: local.h,v 1.3 1992/02/06 17:37:44 jromine Exp $ */#ifndef	BSD42#include <sys/types.h>#else	/* BSD42 */#include <sys/param.h>#endif#ifndef	BSD42#ifndef NDIR#ifndef	SYS5DIR#include <dir.h>		/* last choice */#else	/* SYS5DIR */#include <dirent.h>#endif#else	/* NDIR */#include <ndir.h>#endif#else	/* BSD42 */#include <sys/dir.h>#endif#include <sys/stat.h>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -