12 lines
151 B
C
12 lines
151 B
C
#ifndef INFO_TEST_H_
|
|
#define INFO_TEST_H_
|
|
|
|
#include <InfoClient.h>
|
|
|
|
int infoTest1();
|
|
int infoTest2();
|
|
int infoTest3();
|
|
void performanceTest();
|
|
|
|
#endif
|