diff options
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ * */ -#define _POSIX_SOURCE +#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <ctype.h> #include <errno.h> |
index : colorize.git | ||
Colorize text on terminal with ANSI escape sequences | Steven Schubiger |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | colorize.c | 2 |
@@ -19,7 +19,7 @@ * */ -#define _POSIX_SOURCE +#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <ctype.h> #include <errno.h> |