mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 15:11:33 +00:00
8 lines
141 B
C
8 lines
141 B
C
|
#include <stdarg.h>
|
||
|
|
||
|
extern char *pname;
|
||
|
|
||
|
extern void Warning(char *, ...);
|
||
|
extern void Error(char *, ...);
|
||
|
extern void Perror(char *, ...);
|