2G ems initial

This commit is contained in:
2024-03-13 09:30:40 +08:00
commit eed6460ad2
1234 changed files with 419571 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* public test c file */
/* Written by Liu Zhiguo 2002-03-26 */
/* Version 1.0 */
/* -------------------------------- */
#include "./include/includes.h"
#include "./include/public.h"
#include "./include/function.h"
int main()
{
return 1;
}