You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
296 B

/*************
* Header file for error.c
* 1999 E. Rouat
************/
#ifndef ERROR_H_INCLUDED
#define ERROR_H_INCLUDED
void controlled_exit(int status);
void fperror(char *mess, int code);
void ft_sperror(int code, char *mess);
void fatal(void);
void internalerror(char *message);
#endif