```c #ifndef VALIDATOR_H # define VALIDATOR_H # include # include "cli.h" int8_t validator_validate_args(t_args *args); #endif ```