X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Flocale.h;h=14996bbb98be6709561d9578cec53d34845d6966;hb=ab6ee64b38cee9cd2ce9872714c77c19da9fb031;hp=6d9d4829dd88cad2c61d463e7aec3dcc9e565057;hpb=9b477d6decac9f5e2bf4a3e9ce41495bb1ad8333;p=pdclib.old diff --git a/includes/locale.h b/includes/locale.h index 6d9d482..14996bb 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -90,12 +90,12 @@ extern struct lconv _PDCLIB_lconv; Otherwise, returns a pointer to a string associated with the specified category for the new locale. */ -char * setlocale( int category, const char * locale ); +char * setlocale( int category, const char * locale ) _PDCLIB_nothrow; /* Returns a struct lconv initialized to the values appropriate for the current locale setting. */ -struct lconv * localeconv( void ); +struct lconv * localeconv( void ) _PDCLIB_nothrow; _PDCLIB_END_EXTERN_C #endif