save
This commit is contained in:
8
src/standard.h
Normal file
8
src/standard.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef STANDARD_H
|
||||
#define STANDARD_H
|
||||
|
||||
#define HELP_REQUESTED 2
|
||||
|
||||
int parse_standard_options(void (*usage)(int), int argc, char **argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user