|
Libft
42 Libft library documentation
|
Go to the source code of this file.
Functions | |
| int | ft_tolower (int c) |
| Converts an uppercase ASCII letter to lowercase. | |
| int ft_tolower | ( | int | c | ) |
Converts an uppercase ASCII letter to lowercase.
| c | Character value. |
Definition at line 19 of file ft_tolower.c.