mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Add a few extra wide-character prototypes and the missing typedef locale_t
This commit is contained in:
@ -59,6 +59,10 @@ extern "C" {
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
typedef void *locale_t;
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
struct lconv
|
||||
{
|
||||
char * decimal_point; /* Decimal point character (non-monetary). */
|
||||
|
||||
Reference in New Issue
Block a user