lwip-contrib-mac/apps/ping/ping.h

7 lines
86 B
C

#ifndef __PING_H__
#define __PING_H__
void ping_init(void);
#endif /* __PING_H__ */