summaryrefslogblamecommitdiffstats
path: root/private/os2/inc/os2crt.h
blob: 26eb5882bbf197e87b6c703896684a2872926ba9 (plain) (tree)






















                                         
/*++

Copyright (c) 1989  Microsoft Corporation

Module Name:

    os2ssrtl.h

Abstract:

    Redefine names of CRT functions

--*/

#ifndef _OS2_RENAME_RUNTIME
#define _OS2_RENAME_RUNTIME
#define stricmp _stricmp
#define strnicmp _strnicmp
#define strupr _strupr
#define itoa _itoa
#define ltoa _ltoa
#endif // _OS2_RENAME_RUNTIME