make debug assertions opt-in
This commit is contained in:
parent
986d816b43
commit
5acd671462
2 changed files with 15 additions and 2 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue