ast bigest fix + norm

This commit is contained in:
gazhonsepaskwa
2025-02-15 13:43:26 +01:00
parent d9687a8e3a
commit 07cf3a7066
11 changed files with 70 additions and 54 deletions

View File

@@ -32,7 +32,7 @@ int is_export_valid(char *str)
while ((++str) < key_end)
{
if (!ft_isalnum(*str) && *str != '_')
return (0);
return (0);
}
return (1);
}