mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
12 lines
81 B
C
12 lines
81 B
C
|
#include <shadow.h>
|
||
|
|
||
|
int lckpwdf()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
int ulckpwdf()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|