home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL-INC.ZIP / ATOI.INT < prev    next >
Encoding:
Text File  |  1989-06-02  |  126 b   |  4 lines

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