]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
I am understanding why the memory management system is not working now!!
[16.git] / src / lib / 16_head.h
index f74e8823435e9566d01110e52989de664cfd3c33..e6e590b425a787167dc33155ae5f1e8bb3fb794a 100644 (file)
 #define _LIBHEAD_H_\r
 #include <dos.h>\r
 #include <stdio.h>\r
+#include <stdlib.h>\r
 #include <conio.h> // just for wait\r
 #include <time.h> // just for wait\r
-#include <stdlib.h>\r
 #include <malloc.h>\r
 #include <ctype.h>\r
 #include <fcntl.h>\r
+#include <io.h>\r
 #include <sys/stat.h>\r
 #include <mem.h>\r
+#include <string.h>\r
 #ifdef __WATCOMC__\r
 #include <i86.h>\r
 #include <unistd.h>\r
 #include <alloca.h>\r
-#include "src/lib/nyan/kitten.h"\r
 #endif\r
+#include "src/lib/nyan/kitten.h"\r
 #include "src/lib/types.h"\r
 \r
 //0000 test type def wwww\r
-struct list {\r
+/*struct list {\r
        struct list __based(__self) *next;\r
        int         value;\r
-};\r
+};*/\r
 \r
 /* Control codes for all keys on the keyboard */\r
 //here temperarly\r
@@ -186,8 +188,6 @@ void wait(clock_t wait);
 \r
 long int filesize(FILE *fp);\r
 void printmeminfoline(byte *strc, const byte *pee, size_t h_total, size_t h_used, size_t h_free);\r
-void print_normal_entry(char *text, dword total, dword used, dword free, byte *str);\r
-void convert(const char *format, dword num);\r
 int US_CheckParm(char *parm,char **strings);\r
 \r
 extern void CA_OpenDebug (void);\r