#ifndef __MISC_H__ #define __MISC_H__ /***********************************************************/ /* routine copiant par troncature une chaine de caracteres */ /***********************************************************/ void strncpy_max(char *destination, const char *source, int max_byte); #endif