feat(includes): adding ping header

This commit is contained in:
Raphael 2026-03-28 14:40:39 +01:00
parent 7f368f9ead
commit 998677f79d
No known key found for this signature in database

17
includes/ping.h Normal file
View file

@ -0,0 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ping.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/28 12:41:26 by rparodi #+# #+# */
/* Updated: 2026/03/28 12:41:45 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include "struct.h"
void parsing_args(int argc, char **argv, t_flags *flags);