test_inet_pton.h
1 #ifndef TEST_INET_PTON_H
2 #define TEST_INET_PTON_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int test_inet_pton(void);
9 
10 
11 #endif /* TEST_INET_PTON_H */
12 
13 /* EOF */
test_inet_pton
int test_inet_pton(void)
Test posix_inet_pton() implementation.
Definition: test_inet_pton.c:40

Generated at 2024-04-27 using  doxygen