|
llconf 0.0.2
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include <errno.h>#include <getopt.h>#include "strutils.h"#include "nodes.h"#include "lines.h"#include "entry.h"#include "modules.h"#include "parsers/allmodules.h"Macros | |
| #define | _GNU_SOURCE |
Functions | |
| FILE * | open_file_or_exit (const char *fname, const char *mode) |
| FILE * | open_tmpfile_or_exit (const char *fname) |
| void | move_tmpfile_or_exit (const char *fname) |
| void | usage () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | exit_code = 0 |
| #define _GNU_SOURCE |
| int main | ( | int | argc, |
| char * | argv[] ) |
| void move_tmpfile_or_exit | ( | const char * | fname | ) |
| FILE * open_file_or_exit | ( | const char * | fname, |
| const char * | mode ) |
| FILE * open_tmpfile_or_exit | ( | const char * | fname | ) |
| void usage | ( | ) |
| int exit_code = 0 |