mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -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 |