musl-tcc/src/passwd/lckpwdf.c

12 lines
81 B
C

#include <shadow.h>
int lckpwdf()
{
return 0;
}
int ulckpwdf()
{
return 0;
}