libft
|
#include "libft.h"
Go to the source code of this file.
Functions | |
char | ft_strlast (char const *str) |
Returns the last characters (other than NULL -termination) of a string. More... | |
char ft_strlast | ( | char const * | str | ) |
Returns the last characters (other than NULL
-termination) of a string.
str | The string. |
0
if it is empty. Definition at line 22 of file ft_strlast.c.