view src/mkpath.h @ 143:e72dd5e8d53f

Number of samples per ADTS packet instead of 1000 and 1024.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sun, 29 Jul 2012 23:16:30 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif