view src/mkpath.h @ 160:ee69ddb11f93

When it takes too much time to lock the RAM, addresses the problem of failed to initialize.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 10 Sep 2012 20:56:14 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif