home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snpd9707.zip / NUMCNVRT.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  345b  |  15 lines

  1. .I 0 1
  2. /* +++Date last modified: 05-Jul-1997 */
  3. .D 1 1
  4. .I 11 1
  5. #include "round.h"
  6. .D 13 1
  7. .I 30 1
  8.            size_t max_chars, unsigned base);      /* Ltostr.C       */
  9. .D 31 1
  10. .I 37 4
  11. char *long2roman(long val, char *buf, size_t buflen); /* L2Roman.C      */
  12. long  roman2long(const char *str);                    /* Roman2L.C      */
  13.  
  14.  
  15.