/*************************************** Auteur : Pierre Aubert Mail : aubertp7@gmail.com Licence : CeCILL-C ****************************************/ #ifndef __ACCORD_SHADOK_H__ #define __ACCORD_SHADOK_H__ #include std::string accord_shadok(const std::string & name, size_t nbName); #endif