mirror of https://github.com/ipxe/ipxe.git
Add support for the field width to be specified as an argument by using the '*' modifier. See the POSIX.1 specification for more details on conformance at http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html This change make the following calls equivalent: printf("%6s\n", "test"); printf("%*s\n", 6, "test"); Signed-off-by: Doug Goldstein <cardoe@cardoe.com> |
||
---|---|---|
contrib | ||
src | ||
COPYING | ||
COPYING.GPLv2 | ||
COPYING.UBDL | ||
README |
README
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org