Changeset 238 for OCO/trunk/drv16/runtime.h
- Timestamp:
- Aug 13, 2007, 3:23:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/runtime.h
r33 r238 16 16 17 17 int toupper(int c); 18 char *strncpy(char *dst, const char *src, int n);19 char __far *_fstrncpy(char __far *dst, const char __far *src, int n);20 int _fstrnicmp(const char __far *string1, const char __far *string2, int n);21 18 22 19 #endif
Note:
See TracChangeset
for help on using the changeset viewer.