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