Changeset 907 for trunk/dll/strutil.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/strutil.c
r901 r907 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2006 Steven H. Levine9 Copyright (c) 2006, 2008 Steven H. Levine 10 10 11 11 22 Jul 06 SHL Comments 12 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 05 Jan 08 SHL Rename from string.c to avoid string.h conflict 13 14 14 15 ***********************************************************************/ 15 16 16 #define INCL_DOS 17 #define INCL_WIN 18 #include <os2.h> 17 #include <stdio.h> 18 #include <share.h> 19 19 20 #include <stdlib.h> 21 #include <stdio.h> 22 #include <string.h> 23 #include <share.h> 24 #include <io.h> 25 26 #include "fm3dll.h" 20 #include "strutil.h" 27 21 #include "fm3str.h" 28 22 #include "version.h" 23 24 extern PSZ NullStr; // 05 Jan 08 SHL fixme to be in some .h 29 25 30 26 static char **strs, *str;
Note:
See TracChangeset
for help on using the changeset viewer.