#ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif extern int done; /* When non-zero, this global means the user is done using this program. */ #ifdef __cplusplus } #endif #endif /* __MAIN_H */