runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

pmatch.h (134B)


      1 #ifndef PMATCH_H
      2 #define PMATCH_H
      3 
      4 #include <stdbool.h>
      5 
      6 extern bool pmatch(const char* p, const char* s, unsigned int len );
      7 
      8 #endif