#ifndef __PPR_WILDCARD_H__ #define __PPR_WILDCARD_H__ #include ppr_bool ppr_wildcard(const char* wildcard, const char* target); #endif