libs compiles

This commit is contained in:
Ondřej Novák 2025-01-25 21:15:16 +01:00
parent 1b0f7fe0c2
commit a7278bac40
121 changed files with 1528 additions and 1731 deletions

View file

@ -11,7 +11,7 @@ void help()
main(int argc,char **argv)
{
void *z;long s;
void *z;int32_t s;
FILE *f;
if (argc!=4) help();