fgetgrent.c\passwd\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/passwd/fgetgrent.c
blob: 2f18d9251f37364fee8ab4cf41923d146ad38c51 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "pwf.h"
struct group *fgetgrent(FILE *f)
{
	static char *line, **mem;
	static struct group gr;
	size_t size=0, nmem=0;
	return __getgrent_a(f, &gr, &line, &size, &mem, &nmem);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 10:06:25 +0000

AltStyle によって変換されたページ (->オリジナル) /