aboutsummaryrefslogtreecommitdiff
path: root/wildcard_cmp.h
blob: fa09913ff6b3e560cb0fc9d69c64ea974885066f (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WILDCARD_CMP_H
#define WILDCARD_CMP_H

#include <stdbool.h>

int wildcard_cmp(const char *s, const char *p, bool casecmp);

#endif /* WILDCARD_CMP_H */