What the difference between:
1) !ret 2) ret != 0
?
if (ret != 0 || stack[fd] == NULL || stack[fd][0] == '\0') { if (!ret && *line) *line = NULL; return (ret); }
Aucun commentaire:
Enregistrer un commentaire