10 lines
136 B
C
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
|