Argument parsing. More...
#include "private.h"
#include "getopt.h"
#include <ctype.h>
Functions | |
static void | parse_real (args_info *args, int argc, char **argv) |
static void | parse_environment (args_info *args, char *argv0) |
void | args_parse (args_info *args, int argc, char **argv) |
Variables | |
bool | opt_stdout = false |
bool | opt_force = false |
bool | opt_keep_original = false |
const char * | stdin_filename = "(stdin)" |
Argument parsing.