#ifndef __WILDCMP_H #define __WILDCMP_H int wildcmp(const char*, const char*); #endif