projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c9111b16503602f7fe4dc387e0d98023bfd7bdc5
[paraslash.git]
/
ggo.h
1
struct
ggo_help
{
2
const char
**
short_help
;
3
const char
**
detailed_help
;
4
};
5
6
void
ggo_print_help
(
struct
ggo_help
*
help
,
int
detailed_help
);
7
void
printf_or_die
(
const char
*
fmt
, ...);