netgroup.h
来自「bind-3.2.」· C头文件 代码 · 共 18 行
H
18 行
#ifndef netgroup_h#define netgroup_hint getnetgrent(const char **machinep, const char **userp, const char **domainp);int getnetgrent_r(char **machinep, char **userp, char **domainp, char *buffer, int buflen);void setnetgrent(const char *netgroup);void endnetgrent(void);int innetgr(const char *netgroup, const char *machine, const char *user, const char *domain);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?