8 lines
104 B
C
8 lines
104 B
C
#ifndef PING_H
|
|
#define PING_H
|
|
|
|
#include "ft_ping.h"
|
|
|
|
int ping_run(const t_ping_config *config);
|
|
|
|
#endif
|