]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - wimboot/wimboot-2.7.3/src/vsprintf.c
You can set { "VTOY_DEFAULT_IMAGE": "F2>" } to set F2 browser as the default menu...
[Ventoy.git] / wimboot / wimboot-2.7.3 / src / vsprintf.c
1 /*
2 * Quick and dirty wrapper around iPXE's unmodified vsprintf.c
3 *
4 */
5
6 #include <stdint.h>
7 #include <string.h>
8 #include "wimboot.h"
9
10 #define FILE_LICENCE(x)
11
12 #include "ipxe/vsprintf.c"