#ifndef __MAIN_H
#define __MAIN_H

int main(int argc, char *argv[]);
int yywrap(void);

#endif
