Skip to content

Commit

Permalink
Fixed definition of NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
Polluks authored and Polluks committed Feb 24, 2021
1 parent 4d8872a commit ac741e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Options and non-option arguments can clearly be separated using the `--` option.
## Examples

```c
#include <stdio.h>
#include "argparse.h"

static const char *const usage[] = {
Expand Down

0 comments on commit ac741e3

Please sign in to comment.