micropython/drivers/cc3000/inc/inet_ntop.h

5 wiersze
138 B
C

#ifndef __INET_NTOP_H
#define __INET_NTOP_H
char *inet_ntop(int af, const void *addr, char *buf, size_t size);
#endif /* __INET_NTOP_H */