Create subdir
This commit is contained in:
parent
3c67499da2
commit
5ce20eb301
|
@ -6,13 +6,13 @@
|
||||||
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/03/18 20:27:12 by jtorrez- #+# #+# */
|
/* 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>
|
#include <unistd.h>
|
||||||
|
|
||||||
// Display an ASCII char on standard output.
|
// Display one ASCII char on standard output.
|
||||||
void ft_putchar(char c)
|
void ft_putchar(char c)
|
||||||
{
|
{
|
||||||
write(1, &c, 1);
|
write(1, &c, 1);
|
Loading…
Reference in New Issue