11 lines
159 B
C
11 lines
159 B
C
#ifndef BUILTINS_H
|
|
# define BUILTINS_H
|
|
|
|
# include "../lib/libft/libft.h"
|
|
# include <stdio.h>
|
|
# include <unistd.h>
|
|
|
|
// void echo(char *msg, int flag);
|
|
|
|
#endif
|