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

@ -7,6 +7,9 @@ MODULE Console; (* J. Templ, 29-June-96 *)
VAR line: ARRAY 128 OF CHAR;
pos: INTEGER;
PROCEDURE -includeUnistd()
"#include <unistd.h>";
PROCEDURE -Write(adr, n: LONGINT)
"write(1/*stdout*/, adr, n)";