first draft

This commit is contained in:
Alex
2022-04-13 18:01:39 +08:00
commit 906782e134
111 changed files with 15383 additions and 0 deletions

6
systype.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __SYSTYPE_H
#define __SYSTYPE_H
#define OSTYPE_LINUX
#endif /* SYSTYPE_H */