This commit is contained in:
Norayr Chilingarian 2014-03-19 04:09:44 +04:00
parent f9e43e9445
commit e9b49fedc9
5 changed files with 42 additions and 0 deletions

View file

@ -47,6 +47,9 @@ MODULE Kernel;
(* for localtime *)
PROCEDURE -includetime()
'#include "time.h"';
(* for getcwd() *)
PROCEDURE -includeUnistd()
'#include <unistd.h>';
PROCEDURE -Lock*()
"SYSTEM_lock++";