home *** CD-ROM | disk | FTP | other *** search
- --- src/graphic.d.rtr Wed Feb 5 10:22:36 1997
- +++ src/graphic.d Wed Feb 12 11:09:32 1997
- @@ -2,8 +2,9 @@
- /* Notes: Calls to NTtext should be always preceded by an NTmov() call.
- */
- #include <stdio.h>
- +#include <stdlib.h>
- #include <math.h>
- -#include <strings.h>
- +#include <string.h>
-
- #define YES 1
- #define NO 0
-