summaryrefslogtreecommitdiff
path: root/src/errno/EILSEQ.c
blob: cb8f42e7ab20533d37149e6886c51bbbabd7aac1 (plain)
1
2
3
4
5
6
7
#include <errno.h>
#define EILSEQ                                                               (3)
/** Illegal sequence / Illegal byte sequence **/

/*
STDC(199409)
*/