3dda7848eb0347a1e2fb11fa7a0520e8ccac1654
[musl] / src / passwd / fgetspent.c
1 #include "pwf.h"
2
3 struct spwd *fgetspent(FILE *f)
4 {
5         return 0;
6 }