Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1505 r1506  
    1 /* emx/gcc */
     1/* utils.h,v 1.6 2004/09/14 22:27:36 bird Exp */
     2/** @file
     3 * OS/2 TCPIP
     4 */
     5
    26#ifndef _UTILS_H_
    37#define _UTILS_H_
     8
     9#include <sys/cdefs.h>
    410
    511#ifndef TCPCALL
     
    2733#endif
    2834
    29 #ifdef __cplusplus
    30 extern "C" {
    31 #endif
     35__BEGIN_DECLS
    3236
    3337#if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */
     
    4044int strncasecmp (__const__ char *, __const__ char *, size_t);
    4145
    42 #ifdef __cplusplus
    43 }
    44 #endif
     46__END_DECLS
    4547
    4648/* MIN/MAX */
Note: See TracChangeset for help on using the changeset viewer.