#ifndef PING_H #define PING_H #include "ping/ft_ping.h" int ping_run(const struct ping_config *config); #endif