musl-tcc/src/passwd/getspent.c
2022-03-20 16:48:53 +08:00

15 lines
99 B
C

#include "pwf.h"
void setspent()
{
}
void endspent()
{
}
struct spwd *getspent()
{
return 0;
}