From f552738889f56586728d1b5d2a63cde0cf124929 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 17:50:20 +0000 Subject: no /* */ comments --- printf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index e9ade11..e013346 100644 --- a/printf.c +++ b/printf.c @@ -33,9 +33,7 @@ printint(int fd, int xx, int base, int sgn) putc(fd, buf[i]); } -/* - * printf to the stdout. only understands %d, %x, %p, %s. - */ +// Print to the given fd. Only understands %d, %x, %p, %s. void printf(int fd, char *fmt, ...) { -- cgit v1.2.3