s502 assembler
A very simple assembler for the 6502 line of processors written in C
|
global variable accessor function for logging More...
Go to the source code of this file.
Functions | |
int | logging_level (int level) |
pseudo-global accessor More... | |
global variable accessor function for logging
Definition in file logging.c.
int logging_level | ( | int | setlevel | ) |
pseudo-global accessor
setlevel | new level to set log level to or 0 to don't change |
Definition at line 6 of file logging.c.
Referenced by main(), and state_parse_commandline().