cosmopolitan/third_party/musl/lckpwdf.c

12 lines
81 B
C
Raw Normal View History

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