[libposix-development] Initial printf implementation
Status: Pre-Alpha
Brought to you by:
hdante
From: Henrique A. <hd...@gm...> - 2009-07-02 17:26:26
|
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" 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... |