sister
Main Page
Files
File List
Globals
All
Files
Functions
cmdline.h
Go to the documentation of this file.
1
23
#ifndef CMDLINE_H
24
#define CMDLINE_H
25
26
27
#include <stdbool.h>
28
29
41
int
cmdlineInit
(
int
argc,
char
*argv[]);
42
47
const
char
*
cmdlineGetProgramName
(
void
);
48
60
const
char
*
cmdlineGetValueForKey
(
const
char
key[]);
61
71
bool
cmdlineGetFlag
(
const
char
flag[]);
72
74
unsigned
int
cmdlineGetExtraArgCount
(
void
);
75
82
const
char
*
cmdlineGetExtraArg
(
unsigned
int
index);
83
84
85
#endif
/* CMDLINE_H */
Generated on Sun Nov 2 2014 18:04:47 for sister by
1.8.1.2