libft
Functions
ft_toupper.c File Reference
#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...
 

Function Documentation

◆ ft_toupper()

int ft_toupper ( int  c)

Replicates behaviour of toupper from libc.

Definition at line 20 of file ft_toupper.c.