10 lines
113 B
C
10 lines
113 B
C
#ifndef _HTTPTEST_H_
|
|
#define _HTTPTEST_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
void httpTestInit();
|
|
|
|
|
|
#endif /* _HTTPTEST_H_ */
|