musl-tcc/src/passwd/getspent.c

15 lines
99 B
C
Raw Permalink Normal View History

2022-03-20 08:48:53 +00:00
#include "pwf.h"
void setspent()
{
}
void endspent()
{
}
struct spwd *getspent()
{
return 0;
}