home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / os2 / plnk065.arj / PLNK065.ZIP / pilot-link.0.6.5 / include / pi-args.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-23  |  266 b   |  8 lines

  1. #if ((defined(__STDC__) || defined(SABER)) && !defined(NO_PROTOTYPE)) || defined(__cplusplus) || defined(USE_PROTOTYPE) || defined(CAN_PROTOTYPE)
  2. #   define PI_ARGS(x)       x
  3. #   define PI_CONST const
  4. #else
  5. #   define PI_ARGS(x)       ()
  6. #   define PI_CONST
  7. #endif
  8.