bauhaas / 42PING

Implementation of the ping command - send ICMP ECHO_REQUEST to network hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42PING

badge badge badge

Functions added to my LIBFT_EXTENDED library

Function prototype Description
bool hasOptionEnabled(int opt) Check if the option opt is enabled and stored in the global int options
void ft_printerr(char *error) Print a string to stderr
void ft_printerr_exit(char *error, int exit_value) Print a string to stderr and then exit with specific value

About

Implementation of the ping command - send ICMP ECHO_REQUEST to network hosts


Languages

Language:C 93.2%Language:Makefile 5.1%Language:Shell 1.6%