Go to the first, previous, next, last section, table of contents.


hexDigitChar?

Function: hexDigitChar?
file: job.t
package: muf
status: alpha

An error is signaled if the argument is not a character.

Returns nil if the argument is not in '0'->'9', 'a'->'f', 'A'->'F', (C isxdigit), else returns the decimal value of the argument (an integer in 0->15).


Go to the first, previous, next, last section, table of contents.