Go to file
Xavier Del Campo Romero 3de04d477f Move away from recursion-based algorithm
Previous implementation could not be realiable for embedded applications
since it used recursion and allocated a buffer for each folder in the
tree. Now, one single allocation is made, duplicating the original string so
it can be tokenized.

A check which ensures each element from the tree is a directory has also
been added. On the other hand, errno is now set when standard functions don't.
2020-09-23 12:29:30 +02:00
CMakeLists.txt First commit 2020-07-26 16:51:08 +02:00
LICENSE First commit 2020-07-26 16:51:08 +02:00
mkdir_r.c Move away from recursion-based algorithm 2020-09-23 12:29:30 +02:00
mkdir_r.h Move away from recursion-based algorithm 2020-09-23 12:29:30 +02:00