#include <stdio.h>

yywrap() {
    return(1);
    }
