]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/stdinit.c
I am not sure I understood strcoll() and strxfrm() correctly, but this is it for...
[pdclib] / platform / example / functions / _PDCLIB / stdinit.c
index 5550c4d7ce02acc324a87daeef7cc91181410b91..2554e9fe8c702df81ef0806765ebc6e43ce3255a 100644 (file)
@@ -306,6 +306,13 @@ static struct _PDCLIB_ctype_t _ctype[] = {
 
 struct lconv _PDCLIB_lconv = { 
     /* _PDCLIB_ctype      */ _ctype + 1,
+    /* _PDCLIB_errno_texts */
+    {
+        /* no error */ (char *)"",
+        /* ERANGE   */ (char *)"ERANGE (Range error)",
+        /* EDOM     */ (char *)"EDOM (Domain error)",
+        /* EILSEQ   */ (char *)"EILSEQ (Illegal sequence)"
+    },
     /* decimal_point      */ (char *)".",
     /* thousands_sep      */ (char *)"",
     /* grouping           */ (char *)"",