libft
Functions
ft_tolower.c File Reference
#include "libft.h"
+ Include dependency graph for ft_tolower.c:

Go to the source code of this file.

Functions

int ft_tolower (int c)
 Replicates behaviour of tolower from libc. More...
 

Function Documentation

◆ ft_tolower()

int ft_tolower ( int  c)

Replicates behaviour of tolower from libc.

Definition at line 20 of file ft_tolower.c.