MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / mkdir

Function mkdir

src/tinympc/codegen.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#ifdef __MINGW32__
18#include <direct.h>
19inline int mkdir(const char *pathname, int flags) {
20 return _mkdir(pathname);
21}
22#endif
23
24#ifdef __cplusplus

Callers 1

create_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected