mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-11 15:56:13 -04: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 *, ...);
|