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:
parent
5a09a53010
commit
f4ad36c4bf
4 changed files with 55 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue