/* * str.h * Copyright (C) 2014 c9s * * 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 */