vsprintf.c 188 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Quick and dirty wrapper around iPXE's unmodified vsprintf.c
 *
 */

#include <stdint.h>
#include <string.h>
#include "wimboot.h"

#define FILE_LICENCE(x)

#include "ipxe/vsprintf.c"