1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include <grp.h> #include <stdio.h> #include "_grp.h" void endgrent(void) { if (__grp.db != NULL) { fclose(__grp.db); __grp.db = NULL; } } /* XOPEN(400) */