home *** CD-ROM | disk | FTP | other *** search
- // Header file for mathfun8 DLL
- // This file should be copied to the c:\tcwin\include library with
- // a file name of mathfun8.h
- #ifndef __MATHFUN8.H
- #define __MATHFUN8.H
-
- #include <windows.h>
-
- extern "C" int FAR pascal _export add1(int a,int b) ;
- extern "C" int FAR pascal _export strcpy1(char *pstr1);
-
- #endif
-