1
0
mirror of https://github.com/adtools/clib2.git synced 2026-05-08 22:24:58 +00:00

- Added strtof(), llabs(), lldiv(), vsscanf() and vscanf() for C99.

- strftime() now supports %C, %n, %r, %R, %t, %T, %u, %V, and %z for C99.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14930 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-05-07 13:21:49 +00:00
parent ec4fd3c2cb
commit e01d58319d
14 changed files with 739 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.37 2005-04-03 10:22:47 obarthel Exp $
# $Id: smakefile,v 1.38 2005-05-07 13:21:49 obarthel Exp $
#
# :ts=8
#
@@ -362,6 +362,8 @@ STDIO_OBJ = \
stdio_vasprintf_hook_entry.o \
stdio_vfprintf.o \
stdio_vfscanf.o \
stdio_vsscanf.o \
stdio_vscanf.o \
stdio_vprintf.o \
stdio_vsnprintf.o \
stdio_vsnprintf_hook_entry.o \
@@ -432,6 +434,7 @@ STDLIB_OBJ = \
stdlib_stack_usage.o \
stdlib_stacksize.o \
stdlib_strtod.o \
stdlib_strtof.o \
stdlib_strtol.o \
stdlib_strtoul.o \
stdlib_strtoll.o \