Ignore:
Timestamp:
Jul 11, 2003, 2:28:31 PM (22 years ago)
Author:
bird
Message:

#434: TCPV40HDRS adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/utils.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r356 r357  
    2626*/
    2727#endif
     28
     29#ifdef __cplusplus
     30extern "C" {
     31#endif
     32
     33#if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */
     34typedef __size_t        size_t;
     35#define _SIZE_T_DECLARED
     36#define _SIZE_T                         /* bird: emx */
     37#endif
     38
    2839int strcasecmp (__const__ char *, __const__ char *);
    2940int strncasecmp (__const__ char *, __const__ char *, size_t);
     41
     42#ifdef __cplusplus
     43}
     44#endif
    3045
    3146#ifndef MIN
Note: See TracChangeset for help on using the changeset viewer.