/*main.h*/
#ifndef main_H
#define main_H

#ifndef lookup_H
   #include "lookup.h"
#endif

extern lookup_t main_byte_wide;

extern int Quiet;

#endif
