DEBSOURCES
Skip Quicknav
sources / staden / 2.0.0%2Bb11-7 / tk_utils / split.h
12345678910
#if !defined(SPLIT_H) #define SPLIT_H #include <stdio.h> char **split(char *s, char *ct); void split_xfree(char **token); #endif