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