X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fstdinit.c;h=2554e9fe8c702df81ef0806765ebc6e43ce3255a;hb=fd3f9d6bac7e16b441fc6253e121177fc772d58f;hp=5550c4d7ce02acc324a87daeef7cc91181410b91;hpb=e883af7e93561cd536df68eaf837f523e3d2594b;p=pdclib.old diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/stdinit.c index 5550c4d..2554e9f 100644 --- a/platform/example/functions/_PDCLIB/stdinit.c +++ b/platform/example/functions/_PDCLIB/stdinit.c @@ -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 *)"",