home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 August - Disc 3
/
chip_20018103_hu.iso
/
amiga
/
chiputil
/
gg
/
loadelfwos.lha
/
LoadElfWOS.lzx
/
src
/
error.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1998-12-01
|
202 b
|
12 lines
#ifndef PERROR_H
#define PERROR_H
#include <stdio.h>
void fatal_error(char *, ...) __attribute__ ((noreturn));
void error_printf(char *, ...);
void info_printf(char *, ...);
FILE *infostream;
#endif