Files
frelay/Test/infoTest.h
2025-06-14 09:27:50 +08:00

10 lines
133 B
C

#ifndef INFO_TEST_H_
#define INFO_TEST_H_
#include <InfoClient.h>
int infoTest1();
int infoTest2();
void performanceTest();
#endif