Made compilable with ANSI C compiler

This commit is contained in:
ceriel
1990-11-06 13:02:55 +00:00
parent 87a8061e1c
commit f192338596
15 changed files with 69 additions and 20 deletions

View File

@@ -29,6 +29,10 @@ struct tbuf {
long cstime;
};
#ifndef EM_WSIZE
#define EM_WSIZE _EM_WSIZE
#endif
int clock() {
struct tbuf t;