getgroup.h

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef lint/*	@(#)getgroup.h	1.1	ULTRIX	6/28/86	*//**************************************************************** *								* *  Licensed to Digital Equipment Corporation, Maynard, MA	* *		Copyright 1985 Sun Microsystems, Inc.		* *			All rights reserved.			* *								* ****************************************************************/#endif lintstruct grouplist {			char *gl_machine;	char *gl_name;	char *gl_domain;	struct grouplist *gl_nxt;};struct grouplist *my_getgroup();

⌨️ 快捷键说明

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