mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 01:38:30 +00:00
Get GNU GMP test suite fully passing
- Fix stdio fmemopen() buffer behaviors - Fix scanf() to return EOF when appropriate - Prefer fseek/ftell names over fseeko/ftello - Ensure locale field is always set in the TIB - Fix recent regression in vfprintf() return count - Make %n directive in scanf() have standard behavior
This commit is contained in:
parent
755ae64e73
commit
63a1636e1f
20 changed files with 228 additions and 51 deletions
|
@ -37,6 +37,10 @@ struct __locale_struct {
|
|||
|
||||
typedef struct __locale_struct *locale_t;
|
||||
|
||||
extern const struct __locale_map __c_dot_utf8;
|
||||
extern const struct __locale_struct __c_locale;
|
||||
extern const struct __locale_struct __c_dot_utf8_locale;
|
||||
|
||||
char *nl_langinfo_l(int, locale_t);
|
||||
char *setlocale(int, const char *);
|
||||
double strtod_l(const char *, char **, locale_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue