#ifndef XHIFFRES_H #define XHIFFRES_H extern int chiffres(long n); extern int chiffres_u(unsigned long n); #endif /* XHIFFRES_H */