Exemple #1
0
void
mysetgrfile(const char *file)
{
    grfile = file;
    if (grf != NULL)
	myendgrent();
}
Exemple #2
0
static void
sample_cleanup(void)
{
    myendgrent();
}