home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / cdllvb / mathfun8.h < prev    next >
C/C++ Source or Header  |  1993-01-01  |  323b  |  13 lines

  1. // Header file for mathfun8 DLL
  2. // This file should be copied to the c:\tcwin\include library with
  3. // a file name of mathfun8.h
  4. #ifndef __MATHFUN8.H
  5. #define __MATHFUN8.H
  6.  
  7. #include <windows.h>
  8.  
  9. extern "C" int FAR pascal _export add1(int a,int b) ;
  10. extern "C" int FAR pascal _export strcpy1(char *pstr1);
  11.  
  12. #endif
  13.