argparse doesn't compile with C11
strdup
is only defined under certain conditions (https://en.cppreference.com/w/c/experimental/dynamic/strdup), which are not met at current when using std=c11
. The fix is straight forward so I'll do it now.
strdup
is only defined under certain conditions (https://en.cppreference.com/w/c/experimental/dynamic/strdup), which are not met at current when using std=c11
. The fix is straight forward so I'll do it now.