rustit/mirror_runit/runit-2.1.2/src/pmatch.h
2024-03-24 23:51:57 +00:00

6 lines
113 B
C

#ifndef PMATCH_H
#define PMATCH_H
extern unsigned int pmatch(const char *, const char *, unsigned int);
#endif