mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
11 lines
122 B
C
11 lines
122 B
C
/*
|
|
* Interface for the imlac TRACE routine(s).
|
|
*/
|
|
|
|
#ifndef TRACE_H
|
|
#define TRACE_H
|
|
|
|
void trace(char *fmt, ...);
|
|
|
|
#endif
|