view recpt1/mkpath.h @ 121:e915d31c5bd9

add --es option
author Naoya OYAMA <naoya.oyama@gmail.com>
date Thu, 29 Apr 2010 02:02:42 +0900
parents f1553492e8bb
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif