5e9314ff
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); }