From: git Date: Sun, 19 Apr 2026 10:53:43 +0000 (-0400) Subject: revise README X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=de90788ec3e2c9e67530e93f5ed6849f1592d7da;p=single-header-libcext.git revise README --- diff --git a/README.md b/README.md index a506381..d2fc167 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ includes `vasprintf()` and `asprintf()` ### getopt\_long -includes `getopt()`, `getsubopt()`, `getopt_long()` and `getopt_long_only` +includes `getopt()`, `getsubopt()`, `getopt_long()` and `getopt_long_only()` `getopt_long.h` has additional macros related to argument -permuting, defining those enables it (GNU behaviour, will still be disabled with `$POSIXLY_CORRECT` set): +permuting, defining those enables it (GNU behaviour, can still be disabled by setting `$POSIXLY_CORRECT`): ``` #define GETOPT_PERMUTE_ARGS