adding superscript char

This commit is contained in:
hugogogo
2026-05-07 14:47:18 +02:00
parent aa35d294f2
commit 3cf0b6ecb9
3 changed files with 35 additions and 1 deletions

View File

@@ -137,5 +137,6 @@ int ft_sqrt(int i);
void ft_free_tab(char **tab);
int ft_arrint(int *intarr, int comp, size_t size);
const char *ft_superscript(char c);
#endif