Changeset 7200 in vbox for trunk/include/iprt/nocrt
- Timestamp:
- Feb 28, 2008 2:46:33 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28508
- Location:
- trunk/include/iprt/nocrt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/math.h
r5999 r7200 559 559 560 560 561 #if ndef RT_WITHOUT_NOCRT_WRAPPERS561 #if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES) 562 562 /* sed -e "/#/d" -e "/RT_NOCRT/!d" -e "s/^.*RT_NOCRT(\([a-z0-9_]*\)).*$/# define \1 RT_NOCRT(\1)/" */ 563 563 # define __infinity RT_NOCRT(__infinity) -
trunk/include/iprt/nocrt/setjmp.h
r5999 r7200 40 40 extern int RT_NOCRT(longjmp)(RT_NOCRT(jmp_buf), int); 41 41 42 #if ndef RT_WITHOUT_NOCRT_WRAPPERS42 #if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES) 43 43 # define jmp_buf RT_NOCRT(jmp_buf) 44 44 # define setjmp RT_NOCRT(setjmp) -
trunk/include/iprt/nocrt/string.h
r5999 r7200 52 52 char * RT_NOCRT(strstr)(const char *psz, const char *pszSub); 53 53 54 #if ndef RT_WITHOUT_NOCRT_WRAPPERS54 #if !defined(RT_WITHOUT_NOCRT_WRAPPERS) && !defined(RT_WITHOUT_NOCRT_WRAPPER_ALIASES) 55 55 # define memchr RT_NOCRT(memchr) 56 56 # define memcmp RT_NOCRT(memcmp)
Note:
See TracChangeset
for help on using the changeset viewer.