42/d09/ex00/ft_generic.c

19 lines
985 B
C
Raw Permalink Normal View History

2016-11-20 02:20:23 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_generic.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/03 17:52:10 by gtertysh #+# #+# */
/* Updated: 2016/11/04 02:17:31 by gtertysh ### ########.fr */
/* */
/* ************************************************************************** */
#include <unistd.h>
void ft_generic(void)
{
write(1, "Tu tu tu tu ; Tu tu tu tu\n", 26);
}