Files
KiTTY/kitty_regex.h
T
2019-05-11 23:57:23 +02:00

7 lines
142 B
C

#ifndef KITTY_REGEX
#define KITTY_REGEX
#include <stdlib.h>
#include "regex.h"
int strgrep( const char * pattern, const char * str ) ;
#endif