packio

view src/pathmap.h @ 0:a71bd70c1014

simple pack-file I/O library
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 03 Jan 2015 15:29:05 +0200
parents
children
line source
1 #ifndef PATH_MAP_H_
2 #define PATH_MAP_H_
4 int pkio_map(const char *from, const char *to);
5 const char *pkio_pathmap(const char *path);
7 #endif /* PATH_MAP_H_ */