home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / h.z / COMMON.CNV < prev    next >
Text File  |  1996-07-24  |  502b  |  13 lines

  1. /*
  2.  *  common.cnv    Common calling conventions used by other compilers.
  3.  *        This file should be included when creating an object file
  4.  *        with 'wcc' to be used by "WATCOM Express C"
  5.  *        This can be done with the /fi command line switch
  6.  *            wcc filename /ficommon.cnv
  7.  *
  8.  *  Copyright by WATCOM International Corp. 1988-1996.  All rights reserved.
  9.  */
  10. #pragma aux __default "_*" __parm __caller [] \
  11.     __value __struct __float __struct __routine [__ax] \
  12.     __modify [__ax __bx __cx __dx __es];
  13.