#ifndef WILDMAT_H #define WILDMAT_H extern int wildmat(const char *, const char *); #endif