comparison toys/true.c @ 234:163498bf547b

Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:43:27 -0600
parents d4176f3f3835
children
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
3 * true.c - Return zero. 3 * true.c - Return zero.
4 * 4 *
5 * Copyright 2007 Rob Landley <rob@landley.net> 5 * Copyright 2007 Rob Landley <rob@landley.net>
6 * 6 *
7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html 7 * See http://www.opengroup.org/onlinepubs/009695399/utilities/true.html
8
9 USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN))
8 10
9 config TRUE 11 config TRUE
10 bool "true" 12 bool "true"
11 default y 13 default y
12 help 14 help