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.
standard library headers:
* errno.h
* stdbool.h
* stdio.h
* string.h
* `errno.h`
* `stdbool.h`
* `stdio.h`
* `string.h`
* `stdlib.h`
## tutorial/API
ensure argc and argv are defined.
kyaa doesn't actually care if it's in main() or not.
ensure `argc` and `argv` are defined.
kyaa doesn't actually care if it's in `main` or not.
iterate over the arguments with `KYAA_LOOP`: