Files
frelay/Test/infoTest.h

12 lines
151 B
C
Raw Permalink Normal View History

2025-06-14 09:27:50 +08:00
#ifndef INFO_TEST_H_
#define INFO_TEST_H_
#include <InfoClient.h>
int infoTest1();
int infoTest2();
int infoTest3();
2025-06-14 09:27:50 +08:00
void performanceTest();
#endif