ifndef __MATH_H__ __MATH_H__ equ 0 .code sin proto,a:real8 cos proto,a:real8 tan proto,a:real8 f_abs proto,a:REAL8 ceil proto,a:REAL8 floor proto,a:REAL8 atof proto,a:DWORD exp proto,a:REAL8 log proto,a:REAL8 log2 proto,a:REAL8 log10 proto,a:REAL8 pow proto,a:REAL8,b:REAL8 sqrt proto,a:REAL8 .data externdef _math_typ:byte ;;defines what LIBs are being use: 1=watcom 0=Borland ;;this is important cause Watcom expects returns ;;to be in EAX:EDX and Borland expects them to be in ;;the FPU stack endif