home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / dll_make / global.bas < prev    next >
BASIC Source File  |  1992-09-09  |  69b  |  3 lines

  1. Declare Function SquareInt Lib "simple.dll" (ByVal x%) As Integer
  2.  
  3.