libft
|
#include "libft.h"
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.