I am not sure I understood strcoll() and strxfrm() correctly, but this is it for...
[fw/pdclib] / platform / example / functions / _PDCLIB / stdinit.c
index 9467077d4e9b34acf1558860ce29bf7be7005d59..2554e9fe8c702df81ef0806765ebc6e43ce3255a 100644 (file)
@@ -310,7 +310,8 @@ struct lconv _PDCLIB_lconv = {
     {
         /* no error */ (char *)"",
         /* ERANGE   */ (char *)"ERANGE (Range error)",
-        /* EDOM     */ (char *)"EDOM (Domain error)"
+        /* EDOM     */ (char *)"EDOM (Domain error)",
+        /* EILSEQ   */ (char *)"EILSEQ (Illegal sequence)"
     },
     /* decimal_point      */ (char *)".",
     /* thousands_sep      */ (char *)"",