Untitled
unknown
plain_text
4 years ago
314 B
7
Indexable
#include <stdlib.h> #include <stdio.h> #include "header.h" int main (int argc, char ** argv){ printf(WELCOME_MSG); printf("Pour quitter, tapez 'exit'. \n"); printf("enseash %%"); exit(EXIT_SUCCESS); } #define WELCOME_MSG "Welcome to ENSEA Tiny Shell. \n" #define PROMPT "Pour quitter, tapez 'exit'. \n"
Editor is loading...