Initial commit

This commit is contained in:
2022-08-19 15:22:33 +02:00
commit d682fae506
545 changed files with 48172 additions and 0 deletions

5
unix/sys_fun.c Normal file
View File

@@ -0,0 +1,5 @@
#include "myc_fortran.h"
void F_FUN(sys_funadr)(void (*f)(void), void (**a)(void)) {
*a=f;
}