The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-18-2007
ilko_partizan's Avatar
ilko_partizan ilko_partizan is offline
Registered User
  
 

Join Date: Apr 2007
Location: EU, Bulgaria
Posts: 33
You are trying with following standard C library function:

This function test only for decimal-digit character
http://www.freebsd.org/cgi/man.cgi?q...SD+6.2-RELEASE

This function test for hexadecimal-digit character
http://www.freebsd.org/cgi/man.cgi?q...SE&format=html

Best regards,
Iliyan Varshilov

Last edited by ilko_partizan; 06-18-2007 at 09:24 AM..