mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-12 18:26:59 +02: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 *, ...);
|