「🏗️」 wip: started the parsing of the args
This commit is contained in:
15
src/help.c
Normal file
15
src/help.c
Normal file
@ -0,0 +1,15 @@
|
||||
#include <help.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
struct options {
|
||||
char opt;
|
||||
char *desc;
|
||||
};
|
||||
|
||||
void print_help(void) {}
|
||||
|
||||
void print_no_host(char *av) {
|
||||
printf("%s: missing host operand\n", av);
|
||||
printf("Try 'ping --help' or 'ping -?' for more information.\n");
|
||||
}
|
Reference in New Issue
Block a user