1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
2022-01-02 20:11:11 +11:00

11 lines
121 B
C
Executable File

/*
* Error routines for the imlac simulation.
*/
#ifndef ERROR_H
#define ERROR_H
void error(char *fmt, ...);
#endif