1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 13:00:08 +00:00
This commit is contained in:
Lu Wang 2012-11-30 17:18:12 +08:00
parent 6fb3421860
commit b4257e7f9f

View File

@ -1,3 +1,11 @@
/*
* Functions manipulating filenames and paths
*
* by WangLu
* 2012.11.29
*/
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>