#ifndef _MAIN_DECL_H_
#define _MAIN_DECL_H_

void main(void);

#endif