Ignore:
Timestamp:
May 19, 2003, 3:20:02 PM (22 years ago)
Author:
bird
Message:

TCPV40HDRS function wrappers.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r186 r187  
    55#ifdef TCPV40HDRS
    66
     7/** @name tcpip40 function mappings.
     8 * @{ */
     9#define lswap   tcpip40_lswap
     10#define bswap   tcpip40_bswap
     11#define rexec   tcpip40_rexec
     12/* @} */
    713unsigned long   _System lswap(unsigned long);
    814unsigned short  _System bswap(unsigned short);
Note: See TracChangeset for help on using the changeset viewer.