home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / DLL_MAKE / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-09-09  |  69 b   |  3 lines

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