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

Go to the source code of this file.

Functions

int ft_tolower (int c)
 Changes char to lowercase.
 

Function Documentation

◆ ft_tolower()

int ft_tolower ( int  c)

Changes char to lowercase.

Parameters
c
Returns
int

Definition at line 13 of file ft_tolower.c.