comparison toys/yes.c @ 151:bb6048c923ec

Add or correct file descriptions
author Charlie Shepherd <masterdriverz@gentoo.org>
date Tue, 06 Nov 2007 20:47:18 +0000
parents dfe99495acbc
children 25447caf1b4b
comparison
equal deleted inserted replaced
150:beeab8a27a7d 151:bb6048c923ec
1 /* vi: set sw=4 ts=4: */ 1 /* vi: set sw=4 ts=4: */
2 /* 2 /*
3 * hello.c - A hello world program. 3 * yes.c - Repeatedly output a string.
4 */ 4 */
5 5
6 #include "toys.h" 6 #include "toys.h"
7 7
8 int yes_main(void) 8 int yes_main(void)