summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cc3000/inc/inet_ntop.h
blob: fa70806206ac8c3d759ad4bb9841827924d6cbd3 (plain) (blame)
1
2
3
4
#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 */