Files
codezero/conts/posix/fs0/include/lib/pathstr.h
Bahadir Balban f0bb0a4657 Added posix code
2009-09-29 21:55:59 +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__ */