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

  1.  
  2. function itoa (int: integer): anystring;
  3. function ltoa (int: longint): anystring;
  4. function wtoa (w: word): anystring;
  5.  
  6.