Changeset 802 in kBuild for trunk/src/sed/lib/getopt.c
- Timestamp:
- Jan 25, 2007 12:47:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed/lib/getopt.c
r599 r802 201 201 in GCC. */ 202 202 # include <string.h> 203 # define my_index strchr 204 #elif defined(_MSC_VER) 205 206 # include <stdlib.h> 207 # include <string.h> 208 # include <stdio.h> 203 209 # define my_index strchr 204 210 #else
Note:
See TracChangeset
for help on using the changeset viewer.