Ignore:
Timestamp:
Feb 21, 2000, 11:34:02 AM (26 years ago)
Author:
sandervl
Message:

JW: Replaced some stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/crt_string.cpp

    r2618 r2844  
    1 /* $Id: crt_string.cpp,v 1.1 2000-02-03 21:37:48 sandervl Exp $ */
     1/* $Id: crt_string.cpp,v 1.2 2000-02-21 10:34:01 sandervl Exp $ */
    22
    33/*
     
    6868
    6969/*********************************************************************
     70 *           _strerror           (CRTDLL.284)
     71 */
     72char * CDECL CRTDLL__strerror(const char *s)
     73{
     74  dprintf(("CRTDLL: _strerror\n"));
     75  return (_strerror((char*)s));
     76}
     77
     78
     79/*********************************************************************
    7080 *           _stricmp    (CRTDLL.285)
    7181 */
     
    131141    return( (i>l) ? l : i );
    132142}
     143
    133144
    134145/*********************************************************************
Note: See TracChangeset for help on using the changeset viewer.