micropython/drivers/cc3000/inc/inet_pton.h

5 wiersze
113 B
C

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