home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / CDLLVB / MATHFUN8.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-02  |  323 b   |  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.