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