mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
11 lines
81 B
C
11 lines
81 B
C
#include <shadow.h>
|
|
|
|
int lckpwdf()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int ulckpwdf()
|
|
{
|
|
return 0;
|
|
}
|