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