?? ecu_pwd.h
字號:
/*+------------------------------------------------------------------------- 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -