#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "getopt.h"
#include "tilerc.h"
#include "cmdline.h"
#include "tile.h"
Functions | |
void | cmdline_parser_print_version (void) |
Print software package name and version. | |
void | cmdline_parser_print_help (void) |
Print program usage. | |
int | cmdline_parser (int argc, char *const *argv, struct tile_config *tileconf) |
Parse the command-line options. |
|
Parse the command-line options.
|
|
Print program usage.
|
|
Print software package name and version.
|