home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL_INC.ZIP / ATOI.INT < prev    next >
Encoding:
Text File  |  1988-01-29  |  128 b   |  5 lines

  1.  
  2. function atoi (asc:  anystring): integer;
  3. function atol (asc:  anystring): longint;
  4. function atow (asc:  anystring): word;
  5.