#include "../../includes/builtins.h" // void echo(char *msg, int flag) // { // printf("%s", msg); // if (flag == 0) // printf("\n"); // }