?? dlent.h
字號:
/*+------------------------------------------------------------------------- dlent.h - HDB UUCP Dialers file entry (a la pwent.h) wht@n4hgf.Mt-Park.GA.US--------------------------------------------------------------------------*//*+:EDITS:*//*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 *//*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA *//*:07-19-1992-08:41-wht@n4hgf-add typedef DLE *//*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files *//*:07-25-1991-12:55-wht@n4hgf-ECU release 3.10 *//*:08-14-1990-20:39-wht@n4hgf-ecu3.00-flush old edit history */#ifndef _dlent_h#define _dlent_htypedef struct dlent{ char *name; /* Dialer name */ char *tlate; /* translate string */ char *script; /* expect-respond script */} DLE;DLE *getdlent();void enddlent();#endif /* _dlent_h *//* vi: set tabstop=4 shiftwidth=4: *//* end of dlent.h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -