CryptoDit/argparse.h
2026-01-31 16:45:53 +01:00

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