1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- The printf() family stripped trailing zeroes from the integer part

of %g output. Fixed.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15078 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-01-02 13:23:33 +00:00
parent 23c2091ab4
commit e833477448
5 changed files with 37 additions and 24 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: dos.h,v 1.16 2005-11-28 09:53:51 obarthel Exp $
* $Id: dos.h,v 1.17 2006-01-02 13:23:33 obarthel Exp $
*
* :ts=4
*
@ -427,7 +427,7 @@ extern int __translate_io_error_to_errno(LONG io_error);
* linker library.
*/
extern VOID __lib_exit(VOID);
extern BOOL __lib_init(struct Library * SysBase);
extern BOOL __lib_init(struct Library * _SysBase);
/****************************************************************************/