#ifndef __NETSERVER_TEST_H__ #define __NETSERVER_TEST_H__ #ifdef __cplusplus extern "C" { #endif void netserver_test(void); #ifdef __cplusplus } #endif #endif