#include <common/nstring.h>
#include <libaegis/output.h>
Go to the source code of this file.
Data Structures | |
class | output_pager |
Functions | |
void | option_pager_set (int flag, void(*usage)(void)) |
void option_pager_set | ( | int | flag, | |
void(*)(void) | usage | |||
) |
The option_pager_set function is used to
flag | The command line flag: 0 means --no-pager, 1 means --pager | |
usage | The function to call toi print a command line usage message and exit. |