mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Add a temporary snprintf, so that safely-written code can at least
compile, even if it won't yet be safe.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
*/
|
||||
|
||||
extern int sprintf ( char *buf, const char *fmt, ... );
|
||||
extern int snprintf ( char *buf, size_t size, const char *fmt, ... );
|
||||
extern int printf ( const char *fmt, ... );
|
||||
|
||||
#endif /* VSPRINTF_H */
|
||||
|
||||
Reference in New Issue
Block a user