rustit/mirror_runit/runit-2.1.2/src/pmatch.h

7 lines
113 B
C
Raw Normal View History

2024-03-25 00:51:57 +01:00
#ifndef PMATCH_H
#define PMATCH_H
extern unsigned int pmatch(const char *, const char *, unsigned int);
#endif