Changeset 441 for trunk/src/odincrt/odincrt.cpp
- Timestamp:
- Aug 9, 1999, 2:39:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/odincrt/odincrt.cpp
r438 r441 19 19 #include <stdio.h> 20 20 #include <stdlib.h> 21 #include <string.h> 21 22 #include <odincrt.h> 22 23 … … 40 41 41 42 /**************************************************************************** 42 * Implementation*43 * Memory Management * 43 44 ****************************************************************************/ 44 45 … … 64 65 65 66 67 68 /**************************************************************************** 69 * String operations * 70 ****************************************************************************/ 71 72 char* ODINAPI ODIN_strdup( const char *s1) 73 ODIN_TEB_OFF 74 char *rc = strdup(s1); 75 ODIN_TEB_ON1(rc) 76 77
Note:
See TracChangeset
for help on using the changeset viewer.