1 2 3 4 5 6 7 8 9 10 11
#include "pwf.h" struct spwd *fgetspent(FILE *f) { return 0; } int putspent(const struct spwd *sp, FILE *f) { return -1; }