Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4920 → Rev 4921

/contrib/sdk/sources/newlib/libc/stdio/printf.c
25,7 → 25,7
int
_DEFUN(_printf_r, (ptr, fmt),
struct _reent *ptr _AND
const char *fmt _DOTS)
const char *__restrict fmt _DOTS)
{
int ret;
va_list ap;
41,7 → 41,7
 
int
_DEFUN(printf, (fmt),
const char *fmt _DOTS)
const char *__restrict fmt _DOTS)
{
int ret;
va_list ap;