index
:
pkgit
indev
master
a universal system-agnostic package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
cla_parse.h
blob: 68f1c495964bb778aada12cf7673cc5258606ae1 (
plain
)
1
2
3
4
5
6
#ifndef CLA_PARSE_H #define CLA_PARSE_H void cla_parse(int argc, char **argv); #endif