mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 20:11:27 -04:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef JSYSTEM_JUTILITY_JUTREPORT_H
|
|
#define JSYSTEM_JUTILITY_JUTREPORT_H
|
|
|
|
void JUTReport(int, int, const char*, ...);
|
|
void JUTReport(int, int, int, const char*, ...);
|
|
|
|
#endif |