#pragma once #include bool isinetaddr4(const char *str); bool iscidraddr4(const char *str); bool isinetaddr6(const char *str);