This commit is contained in:
Connor 2016-08-18 19:55:00 -07:00 committed by GitHub
parent 8c8b5d313a
commit 121dd44429

13
kyaa.md
View File

@ -7,15 +7,16 @@ super hacky macro hacks for parsing arguments in C.
C99 or greater. C99 or greater.
standard library headers: standard library headers:
* errno.h * `errno.h`
* stdbool.h * `stdbool.h`
* stdio.h * `stdio.h`
* string.h * `string.h`
* `stdlib.h`
## tutorial/API ## tutorial/API
ensure argc and argv are defined. ensure `argc` and `argv` are defined.
kyaa doesn't actually care if it's in main() or not. kyaa doesn't actually care if it's in `main` or not.
iterate over the arguments with `KYAA_LOOP`: iterate over the arguments with `KYAA_LOOP`: