1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
2015-10-16 10:25:47 +07:00

11 lines
121 B
C
Executable File

/*
* Interface for the vimlac trace routines.
*/
#ifndef TRACE_H
#define TRACE_H
void trace(char *fmt, ...);
#endif