1 2 3 4 5 6
#ifndef WILDMAT_H #define WILDMAT_H extern int wildmat(const char *, const char *); #endif