comparison toys/count.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 5ab9d0e5e0f8
comparison
equal deleted inserted replaced
233:d4176f3f3835 234:163498bf547b
3 * count.c - Progress indicator from stdin to stdout 3 * count.c - Progress indicator from stdin to stdout
4 * 4 *
5 * Copyright 2002 Rob Landley <rob@landley.net> 5 * Copyright 2002 Rob Landley <rob@landley.net>
6 * 6 *
7 * Not in SUSv3. 7 * Not in SUSv3.
8
9 USE_COUNT(NEWTOY(count, NULL, TOYFLAG_USR|TOYFLAG_BIN))
8 10
9 config COUNT 11 config COUNT
10 bool "count" 12 bool "count"
11 default y 13 default y
12 help 14 help