Changeset 3 for trunk/pin/src/conv_ppd.c
- Timestamp:
- Sep 8, 2007, 1:52:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pin/src/conv_ppd.c
r1 r3 102 102 #include <string.h> 103 103 #include <ctype.h> 104 #include <builtin.h> 104 #ifndef __KLIBC__ 105 #include <builtin.h> 106 #else 107 typedef INT *PINT; 108 #define strcmpi strcmp 109 #endif 105 110 106 111 //#include <genplib.h>
Note:
See TracChangeset
for help on using the changeset viewer.