/* wildmat.h */ #ifndef INCLUDED_WILDMAT_H #define INCLUDED_WILDMAT_H 1 #ifdef __cplusplus extern "C"{ #endif int wildmat(char *a, char *b); int wildmatcase(char *a, char *b); #ifdef __cplusplus } #endif #endif