|
libft
|
#include "libft.h"
Include dependency graph for ft_strlast.c: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.
1.8.16