entry_check_num_args
if (entry_check_num_args(tokens, 2) != 0)
int entry_check_num_args(char **tokens, int num);
entry_check_num_args(tokens, 3);