comparison toys/hello.c @ 617:a3e014fdeb35

Add LSB link to the template, for reference.
author Rob Landley <rob@landley.net>
date Thu, 05 Jul 2012 08:21:57 -0500
parents f6ffc6685a9e
children
comparison
equal deleted inserted replaced
616:e6acd7fbbfee 617:a3e014fdeb35
2 * 2 *
3 * hello.c - A hello world program. 3 * hello.c - A hello world program.
4 * 4 *
5 * Copyright 2012 Rob Landley <rob@landley.net> 5 * Copyright 2012 Rob Landley <rob@landley.net>
6 * 6 *
7 * Not in SUSv4. 7 * Not in SUSv4/LSB.
8 * See http://opengroup.org/onlinepubs/9699919799/utilities/ 8 * See http://opengroup.org/onlinepubs/9699919799/utilities/
9 * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html
9 10
10 USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) 11 USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN))
11 12
12 config HELLO 13 config HELLO
13 bool "hello" 14 bool "hello"