summaryrefslogtreecommitdiff
path: root/arg.h
Commit message (Collapse)AuthorAgeFilesLines
* arg.h: fixed argv checks orderLucas Gabriel Vuotto2016-02-231-2/+2
| | | | | | This prevents accessing to a potentially out-of-bounds memory section. Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
* arg.h: remove unused ARGNUM* macros4.6Hiltjo Posthuma2015-11-081-14/+0
|
* stest: get rid of getopt, use suckless arg.hHiltjo Posthuma2015-07-191-0/+63
... also some style improvements.