push
This commit is contained in:
16
libft/printf/ft_null.c
Normal file
16
libft/printf/ft_null.c
Normal file
@@ -0,0 +1,16 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ft_null.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: igarbuz <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/01/24 22:17:39 by igarbuz #+# #+# */
|
||||
/* Updated: 2019/01/24 22:17:43 by igarbuz ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
const char *ft_null(void)
|
||||
{
|
||||
return ("(null)");
|
||||
}
|
Reference in New Issue
Block a user