musl-tcc/src/passwd/getspent.c

15 lines
99 B
C

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