fgetpwent.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/fgetpwent.c
blob: e95fdb2c66b1d3ca00a85474f951ff21ddd36115 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "pwf.h"
struct passwd *fgetpwent(FILE *f)
{
	static char *line;
	static struct passwd pw;
	size_t size=0;
	return __getpwent_a(f, &pw, &line, &size);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月06日 01:40:46 +0000

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