Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1223 → Rev 1224

/kernel/trunk/generic/src/debug/print.c
210,7 → 210,7
* @param base Base to print the number in (should
* be in range 2 .. 16).
* @param flags output modifiers
* @return number of written characters or negative value on fail.
* @return number of written characters or EOF.
*/
static int print_number(__u64 num, int width, int precision, int base , __u64 flags)
{