359 B
359 B
validator.h
Include Guard
#ifndef VALIDATOR_H
# define VALIDATOR_H
# include <stdint.h>
# include "cli.h"
Functions
validator_validate_args
This function checks and validates the content of the t_args structure,
int8_t
validator_validate_args(t_args *args);
End Guard
#endif