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