home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 October
/
Chip_1997-10_cd.bin
/
tema
/
sybase
/
powerj
/
h.z
/
COMMON.CNV
< prev
next >
Wrap
Text File
|
1996-10-24
|
502b
|
13 lines
/*
* common.cnv Common calling conventions used by other compilers.
* This file should be included when creating an object file
* with 'wcc' to be used by "WATCOM Express C"
* This can be done with the /fi command line switch
* wcc filename /ficommon.cnv
*
* Copyright by WATCOM International Corp. 1988-1996. All rights reserved.
*/
#pragma aux __default "_*" __parm __caller [] \
__value __struct __float __struct __routine [__ax] \
__modify [__ax __bx __cx __dx __es];