summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* error(): Type-check args against format stringPatrick McDermott2019-10-141-1/+1
* main(): Use argcPatrick McDermott2019-10-141-0/+1
* Fix GPL versionPatrick McDermott2019-10-141-2/+2
* screen_draw(): Rename to screen_main()Patrick McDermott2019-10-131-3/+7
* clock_*(): New functionsPatrick McDermott2019-10-131-0/+1
* screen_*(): New functionsPatrick McDermott2019-10-081-0/+7
* main(): Detect and report speech_new() errorsPatrick McDermott2019-10-051-1/+36
* speech_init(): Rename to speech_new()Patrick McDermott2019-10-051-1/+1
* main(): Play timePatrick McDermott2019-10-051-0/+1
* speech_init(): Hardcode register_cmu_us_slt() callPatrick McDermott2019-10-051-1/+1
* speech_*(): New functionsPatrick McDermott2019-10-041-0/+7
* Initial commitPatrick McDermott2019-08-191-0/+26