Type d'item
Nom de l'item
Rechercher le fichier dans le dossier et les sous-dossier...
#include <stdio.h> #include <stdlib.h> extern const char text[]; /* In text.s */ int main (void) { printf ("%s\n", text); return EXIT_SUCCESS; }