1
0
Fork 0

make debug assertions opt-in

This commit is contained in:
Lukas Wurzinger 2022-10-31 16:48:59 +01:00
parent 986d816b43
commit 5acd671462
2 changed files with 15 additions and 2 deletions

View file

@ -1,7 +1,10 @@
#define READARG_IMPLEMENTATION
#define READARG_DEBUG
#include "../readarg.h"
#include <stdio.h>
int main(int argc, char **argv)
{
struct readarg_opt opts[] = {