Annotation of sbbs/src/xpdev/strwrap.h, revision 1.1

1.1     ! root        1: #ifndef _STRWRAP_H_
        !             2: #define _STRWRAP_H_
        !             3: 
        !             4: #include <string.h>
        !             5: 
        !             6: #if !defined _MSC_VER && !defined __BORLANDC__
        !             7: 
        !             8: #if defined(__cplusplus)
        !             9: extern "C" {
        !            10: #endif
        !            11: char* itoa(int val, char* str, int radix);
        !            12: char* ltoa(long val, char* str, int radix);
        !            13: #if defined(__cplusplus)
        !            14: }
        !            15: #endif
        !            16: 
        !            17: #define strset(x,y)    memset(x, y, strlen(x))
        !            18: 
        !            19: #endif
        !            20: 
        !            21: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.