#ifndef FONCTIONS #define FONCTIONS int codage(int argc, char* argv[]); int decodage(int argc, char* argv[]); int generate(int count); #endif