Clone of ipxe replica repo
 
 
 
 
 
Go to file
Doug Goldstein a803c72c11
[libc] printf: support field width as an argument
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>
2016-12-19 16:40:34 -06:00
contrib [errdb] Strip platform error code for non-platform-generated errors 2013-04-29 15:36:32 +01:00
src [libc] printf: support field width as an argument 2016-12-19 16:40:34 -06:00
COPYING [legal] Update GPLv2 licence text 2015-02-26 17:59:53 +00:00
COPYING.GPLv2 [legal] Update GPLv2 licence text 2015-02-26 17:59:53 +00:00
COPYING.UBDL [legal] Add support for the Unmodified Binary Distribution Licence 2015-03-02 12:07:14 +00:00
README [doc] Re-add README file 2010-05-28 00:03:47 +01:00

README

iPXE README File

Quick start guide:

   cd src
   make

For any more detailed instructions, see http://ipxe.org