Create subdir

This commit is contained in:
Timo Schmidt 2023-03-19 14:25:03 +01:00
parent 3c67499da2
commit 5ce20eb301
3 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/18 20:27:12 by jtorrez- #+# #+# */
/* Updated: 2023/03/19 04:21:28 by tischmid ### ########.fr */
/* Updated: 2023/03/19 14:24:09 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
#include <unistd.h>
// Display an ASCII char on standard output.
// Display one ASCII char on standard output.
void ft_putchar(char c)
{
write(1, &c, 1);

View File