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

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