summaryrefslogtreecommitdiff
path: root/firmware/common/sprintf.h (follow)
Commit message (Collapse)AuthorAge
* more movesDaniel Stenberg2003-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3221 a1c6a512-1295-4272-9138-f99709370657
* added vsnprintfDaniel Stenberg2002-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1036 a1c6a512-1295-4272-9138-f99709370657
* Had to include <stddef.h> so that size_t is defined.Felix Arends2002-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@861 a1c6a512-1295-4272-9138-f99709370657
* Changed the size argument to be a size_t type, to make the prototype lookDaniel Stenberg2002-05-30
| | | | | | | like the system one as otherwise the compiler complains a lot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@805 a1c6a512-1295-4272-9138-f99709370657
* define functions in sprintf.cFelix Arends2002-05-29
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@804 a1c6a512-1295-4272-9138-f99709370657