ngspice/src/frontend/error.h

12 lines
168 B
C

/*************
* Header file for error.c
* 1999 E. Rouat
************/
#ifndef ERROR_H_INCLUDED
#define ERROR_H_INCLUDED
void controlled_exit(int status);
#endif