]> pd.if.org Git - pdclib/blobdiff - includes/locale.h
Addressed ticket #40 (non-standard errno values).
[pdclib] / includes / locale.h
index 0277016212ca6f57d090665d4e2749ffaa5dc4fe..d849244efffa8a56ddd301ce33f3ce89c9e393a5 100644 (file)
@@ -38,6 +38,7 @@
 struct lconv
 {
     struct _PDCLIB_ctype_t * ctype;  /* internal <ctype.h> information        */
+    char * _PDCLIB_errno_texts[_PDCLIB_ERRNO_MAX]; /* strerror() / perror()   */
     char * decimal_point;      /* decimal point character                     */
     char * thousands_sep;      /* character for seperating groups of digits   */
     char * grouping;           /* string indicating the size of digit groups  */