mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
5 lines
138 B
C
5 lines
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 */
|