mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
7 lines
141 B
C
7 lines
141 B
C
#include <stdarg.h>
|
|
|
|
extern char *pname;
|
|
|
|
extern void Warning(char *, ...);
|
|
extern void Error(char *, ...);
|
|
extern void Perror(char *, ...);
|