Files
2022-09-29 12:10:37 +08:00

5 lines
113 B
C

#ifndef __INET_PTON_H
#define __INET_PTON_H
int inet_pton(int, const char *, void *);
#endif /* __INET_PTON_H */