c-md/includes/validator.h
2026-01-12 00:48:09 +01:00

10 lines
136 B
C

#ifndef VALIDATOR_H
# define VALIDATOR_H
# include <stdint.h>
# include "cli.h"
int8_t
validator_validate_args(t_args *args);
#endif