comparison toys/echo.c @ 194:30a6db5a95c2

Add comments about SUSv3 specs (or lack thereof).
author Rob Landley <rob@landley.net>
date Mon, 03 Dec 2007 20:05:57 -0600
parents 25447caf1b4b
children 3227c5316260
comparison
equal deleted inserted replaced
193:0efba0e70c43 194:30a6db5a95c2
1 /* vi: set sw=4 ts=4: */ 1 /* vi: set sw=4 ts=4: */
2 /* 2 /*
3 * echo.c - echo supporting -n and -e. 3 * echo.c - echo supporting -n and -e.
4 *
5 * See http://www.opengroup.org/onlinepubs/007904975/utilities/echo.html
4 */ 6 */
5 7
6 #include "toys.h" 8 #include "toys.h"
7 9
8 void echo_main(void) 10 void echo_main(void)