Files
codezero/containers/posix/fs0/include/lib/pathstr.h
2009-08-25 14:34:21 +03:00

10 lines
198 B
C

#ifndef __LIB_PATHSTR_H__
#define __LIB_PATHSTR_H__
char *strreverse(char *str);
char *splitpath_end(char **path, char sep);
char *splitpath(char **str, char sep);
#endif /* __LIB_PATHSTR_H__ */