mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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 *, ...);
|