diff options
Diffstat (limited to 'src/errno/EILSEQ.h')
-rw-r--r-- | src/errno/EILSEQ.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/errno/EILSEQ.h b/src/errno/EILSEQ.h new file mode 100644 index 00000000..45cb2c41 --- /dev/null +++ b/src/errno/EILSEQ.h @@ -0,0 +1,10 @@ +#include <errno.h> +#define EILSEQ (3) +/** illegal sequence **/ +/*** +is used to indicate that an incorrect sequence of bytes was encountered when +transforming a multi-byte character into a wide character. +***/ +/* +STDC(199409) +*/ |