In file No file:

int check_byte (const char *val, const int line)

Is the value a valid byte?

Documentation

Check to see if #val# is a valid byte value. If not, generate an error message using #parser_error()#. There are two versions of #check_byte()#, one which calls #parser_error()# and prints an error message to stderr an one which calls #parser_error()# and generates and Error object.
Returns:
Returns: True if #val# is a byte value, False otherwise.

alphabetic index hierarchy of classes


generated by doc++