mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 19:52:01 +00:00
add deprecated (removed from posix) [efg]cvt() functions
these have not been heavily tested, but they should work as described in the old standards. probably broken for non-finite values...
This commit is contained in:
@ -134,6 +134,9 @@ void *valloc (size_t);
|
||||
void *memalign(size_t, size_t);
|
||||
int clearenv(void);
|
||||
int ptsname_r(int, char *, size_t);
|
||||
char *ecvt(double, int, int *, int *);
|
||||
char *fcvt(double, int, int *, int *);
|
||||
char *gcvt(double, int, char *);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user