blob: c58577a064f636d4695859ae3a8b4c0f6f5cd686 (
plain)
1
2
3
|
void output_line(Process *proc, char *fmt, ...);
void output_left(enum tof type, Process *proc, char *function_name);
void output_right(enum tof type, Process *proc, char *function_name);
|