ecu_pwd.h
来自「一个通讯程序源码」· C头文件 代码 · 共 29 行
H
29 行
/*+------------------------------------------------------------------------- ecu_pwd.h wht@n4hgf.Mt-Park.GA.USWe cannot always guarantee against multiple inclusion becausesome old development environments don't protect against it.We try and do it here ..... 1/2 of my incoming long distance support calls are because old XENIX systems don't do this.This is sort of moot since ecu code does not multiplyinclude <pwd.h> and there is no ubiquitous #define in<pwd.h> to protect other system headers from including it too--------------------------------------------------------------------------*//*+:EDITS:*//*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 *//*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA *//*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files *//*:01-29-1992-16:49-wht@n4hgf-creation */#ifndef _ecu_pwd_h#define _ecu_pwd_h#include <pwd.h>#endif /* _ecu_pwd_h *//* vi: set tabstop=4 shiftwidth=4: *//* end of ecu_pwd.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?