Switch over to c99 because apparently structs initializers in c89 have to be evaluate...
commitbdcd688e031c125b094404b7560aa97d73256c27
authorElronnd <elronnd@protonmail.ch>
Sun, 16 Jul 2017 01:59:01 +0000 (15 18:59 -0700)
committerElronnd <elronnd@protonmail.ch>
Sun, 16 Jul 2017 01:59:01 +0000 (15 18:59 -0700)
treeb4b6539c019529d75e950fbc151905c5a58d88ad
parentacfeeb29e7d493503ef7456c008cbea54ed40094
Switch over to c99 because apparently structs initializers in c89 have to be evaluated at compile-time.  Which is impossible for the pointer because, well, it's a pointer
.gitignore
Makefile
example.c
optfetch.c