pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00033 #ifndef PCB_ERROR_H 00034 #define PCB_ERROR_H 00035 00036 00037 #define STATUS_OK 0 00038 #define STATUS_BREAK 1 00039 #define STATUS_ERROR -1 00040 00041 void Message (const char *Format, ...); 00042 void MyFatal (char *Format, ...); 00043 void OpenErrorMessage (char *); 00044 void PopenErrorMessage (char *); 00045 void OpendirErrorMessage (char *); 00046 void ChdirErrorMessage (char *); 00047 void CatchSignal (int); 00048 00049 #endif