home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ioctlapi.zip / appsrc.zip / asciinum.h < prev    next >
Text File  |  1999-11-16  |  417b  |  10 lines

  1. //-----------------------------------------------------------------------------
  2. // Freeware.  This file may be used freely to promote the ioctl90 mixer API.
  3. //-----------------------------------------------------------------------------
  4.  
  5. // asciinum.h
  6. #define BASE10 10
  7. #define BASE16 16
  8. int AsciiToUlong (char *srcP, ULONG *numP, USHORT usBase);
  9. int AsciiToUshort (char *srcP, USHORT *numP, USHORT usBase);
  10.