globrig.h 397 B

1234567891011121314151617181920
  1. /******** GLOBRIG.H ******/
  2. #define Char char
  3. #define boolean char
  4. #define Void void
  5. #define PP(x) ()
  6. #define PV() ()
  7. #define true 1
  8. #define false 0
  9. #define Static static
  10. #define Local static
  11. #define FileNotFound 1
  12. char* __M__;
  13. #define Malloc(n) ((__M__ = malloc(n)) ? __M__ : (char*)_OutMem())
  14. #include <ctype.h>
  15. #include <stdio.h>
  16. #include <string.h>
  17. #include <malloc.h>