#include static const char s[] = "2.8288;3:33::2.82.83333"; int main() { char buf[16]; inet_pton(AF_INET6, s, buf); }