|
libft
|
#include "libft.h"
Include dependency graph for ft_toupper.c:Go to the source code of this file.
Functions | |
| int | ft_toupper (int c) |
Replicates behaviour of toupper from libc. More... | |
| int ft_toupper | ( | int | c | ) |
Replicates behaviour of toupper from libc.
Definition at line 20 of file ft_toupper.c.
1.8.16