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