uboot/tools/gdb/error.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0+ */
   2/*
   3 * (C) Copyright 2000
   4 * Murray Jensen <Murray.Jensen@csiro.au>
   5 */
   6
   7#include <stdarg.h>
   8
   9extern char *pname;
  10
  11extern void Warning(char *, ...);
  12extern void Error(char *, ...);
  13extern void Perror(char *, ...);
  14