view src/mkpath.h @ 181:863ac6807ee3

Changed to stdout stderr from the log output.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 24 Feb 2014 23:51:52 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

int mkpath(const char *path, mode_t mode);

#endif