#ifndef __INTERFACE_H__ #define __INTERFACE_H__ void ifloop(void); int quit; #endif