1 2 3 4 5 6 7 8 9
#ifndef __MAIN_H__ #define __MAIN_H__ #include "hash.h" extern _TableauVariable variables; extern char *mute; #endif