diff options
Diffstat (limited to 'src/errno/EILSEQ.c')
-rw-r--r-- | src/errno/EILSEQ.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/errno/EILSEQ.c b/src/errno/EILSEQ.c new file mode 100644 index 00000000..cb8f42e7 --- /dev/null +++ b/src/errno/EILSEQ.c @@ -0,0 +1,7 @@ +#include <errno.h> +#define EILSEQ (3) +/** Illegal sequence / Illegal byte sequence **/ + +/* +STDC(199409) +*/ |