cvs commit: src/lib/libc/locale isdigit.3 isxdigit.3

Tim J. Robbins tjr at FreeBSD.org
Mon Mar 29 23:02:05 PST 2004


tjr         2004/03/29 23:02:04 PST

  FreeBSD src repository

  Modified files:
    lib/libc/locale      isdigit.3 isxdigit.3 
  Log:
  Document the isnumber() and ishexnumber() functions, and explain how they
  differ (at least in theory) from isdigit() and isxdigit().
  
  Revision  Changes    Path
  1.17      +18 -5     src/lib/libc/locale/isdigit.3
  1.17      +16 -8     src/lib/libc/locale/isxdigit.3


More information about the cvs-all mailing list