#include #include #include "chaine.h" int main(int argc, char *argv[]) { if (argc > 1) printf ("%s\n", chaine_dup(argv[1])); return EXIT_SUCCESS; }