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