home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Samples / CDLLVB / CDLLVB.ZIP / GLOBCAL8.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-01-02  |  194 b   |  4 lines

  1. Declare Function add1 Lib "c:\programs\zipout\mathfun8.dll" (ByVal a%, ByVal b%) As Integer
  2. Declare Function strcpy1 Lib "c:\programs\zipout\mathfun8.dll" (ByVal pstr1 As String) As Integer
  3.  
  4.