view test/octave.test/system/getgrent-1.m @ 2740:1f9d2f699399

[project @ 1997-02-25 08:53:54 by jwe]
author jwe
date Tue, 25 Feb 1997 08:54:06 +0000
parents
children 22bd65326ec1
line wrap: on
line source

x = getgrent ();
(is_struct (x)
 && struct_contains (x, "name")
 && struct_contains (x, "passwd")
 && struct_contains (x, "gid")
 && struct_contains (x, "mem"))