anypaper Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <anypaper_preview.h> #define LICENSE void show_version_and_exit (void
); void show_license_and_exit (void
); void anypaper_command_load (AnypaperParameters *parameters
);
Set of function that controls the parameters passed by the command line and the behavior of anyPaper related to them.
void show_license_and_exit (void
);
shows the version of anyPaper and the content of LICENSE and exits
void anypaper_command_load (AnypaperParameters *parameters
);
This function reads the parameters passed by the command line and sets the value to the right member of AnypaperParameters
|
object that contains the parameters used in anyPaper |