8 lines
154 B
C
8 lines
154 B
C
#ifndef __PPR_WILDCARD_H__
|
|
#define __PPR_WILDCARD_H__
|
|
|
|
#include <ppr_machdep.h>
|
|
|
|
ppr_bool ppr_wildcard(const char* wildcard, const char* target);
|
|
|
|
#endif
|