X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Flocale.h;fp=includes%2Flocale.h;h=14996bbb98be6709561d9578cec53d34845d6966;hp=6d9d4829dd88cad2c61d463e7aec3dcc9e565057;hb=0e9b1a27ae0d06ede490aa0c96b8dc35624388d0;hpb=3071bd27f65baa5a3dfd135011231c8fb92dca7d 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