Re: [libposix-development] Initial printf implementation
Status: Pre-Alpha
Brought to you by:
hdante
From: Henrique A. <hd...@gm...> - 2009-07-08 04:23:53
|
2009/7/2 Henrique Almeida <hd...@gm...>: > I've uploaded an initial printf implementation that can format the > following arguments: > > - all variations of integer formats, except for arguments that use > both zero-padding and thousand grouping separators (it's easy to > implement, but it'll be useful only when we start dealing with > locales) > - "%s" I've completed the implementation for string output, including support for wide characters on POSIX locale. This week, I'll begin to work on bzip2 features. > > Later, I'll add tests for integer formats and finish dealing with > string arguments. If you're interested in testing, please write your > own tests too. > > -- > Henrique Dante de Almeida > hd...@gm... > -- Henrique Dante de Almeida hd...@gm... |