annotate src/mkpath.h @ 182:13f0666bd088

Change/Add printk messages.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 05 May 2014 21:59:36 +0900
parents 9c7bc6c0327e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
1 #ifndef _MKPATH_H_
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
2 #define _MKPATH_H_
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
3
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
4 int mkpath(const char *path, mode_t mode);
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
5
f1553492e8bb ensure path of destination file exists. imported Jonathan Leffler's mkpath.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
diff changeset
6 #endif