🚀 add coroutine library(beta) and lib function settimer&maketimestamp

This commit is contained in:
ValKmjolnir
2022-05-19 20:09:23 +08:00
parent d567f5abf8
commit 120ceb429a
11 changed files with 695 additions and 218 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
#ifndef __NASAL_H__
#define __NASAL_H__
#define __nasver "9.0"
#define __nasver "10.0"
#include <unistd.h>
@@ -26,6 +26,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/timeb.h>
#ifdef _WIN32
#include <windows.h>