r3/include/str.h

13 lines
221 B
C
Raw Normal View History

2014-05-14 22:10:34 -04:00
/*
* 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 */