Files
semi-libc/src/passwd/getspent.c
T

15 lines
99 B
C

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