1 2 3 4 5 6 7 8
#ifndef VL_UTIL_H_INCLUDED #define VL_UTIL_H_INCLUDED #include <sys/stat.h> int vl_mkdir_parents(int fd, char *path, mode_t mode); #endif