1 2 3 4 5 6 7
int ft_select_get(char **words, t_cub *clist) { (void)words; (void)clist; return (0); }