10 lines
150 B
C
10 lines
150 B
C
#ifndef H_ARGPARSE
|
|
#define H_ARGPARSE
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
int check_arguments(char **, const int, char *, const size_t);
|
|
|
|
#endif
|