r3/include/str.h
2014-05-15 10:10:34 +08:00

12 lines
221 B
C

/*
* str.h
* Copyright (C) 2014 c9s <c9s@c9smba.local>
*
* Distributed under terms of the MIT license.
*/
#ifndef STR_H
#define STR_H
char** split_route_pattern(char *pattern, int pattern_len);
#endif /* !STR_H */