libft
Loading...
Searching...
No Matches
ft_toupper.c File Reference

Go to the source code of this file.

Functions

int ft_toupper (int c)
 Changes char to uppercase.
 

Function Documentation

◆ ft_toupper()

int ft_toupper ( int  c)

Changes char to uppercase.

Parameters
c
Returns
int

Definition at line 13 of file ft_toupper.c.