10 lines
163 B
C
10 lines
163 B
C
#pragma once
|
|
|
|
/**
|
|
* @brief Can be used to print the help message if no host (or addr) are
|
|
* provided
|
|
*/
|
|
void print_no_host(char *av);
|
|
|
|
void print_help(void);
|