#include "dylib_std.h"
#include "dylib_io.h"
#include "dylib_errs.h"
#include "dylp.h"
Go to the source code of this file.
Defines | |
#define | DYLP_INTERNAL |
Enumerations | |
enum | cmd_retval { cmdOK, cmdHALTERROR, cmdHALTNOERROR } |
Functions | |
cmd_retval | dy_processcmds (ioid cmdchn, bool silent, lpopts_struct *lpopts, lptols_struct *lptols) |
#define DYLP_INTERNAL |
Definition at line 32 of file dy_cmdint.h.
enum cmd_retval |
Definition at line 59 of file dy_cmdint.h.
cmd_retval dy_processcmds | ( | ioid | cmdchn, | |
bool | silent, | |||
lpopts_struct * | lpopts, | |||
lptols_struct * | lptols | |||
) |