Exit code structure. More...
#include <step.h>
Data Fields | |
int | code |
void * | info |
Exit code structure.
docommand () and some other functions return this structure to main loop
int exit_code::code |
Exit code itself
void* exit_code::info |
Additional info (context-dependent)