Code

utils os: Added sdb_mkdir_all() helper function.
authorSebastian Harl <sh@tokkee.org>
Sun, 29 Jun 2014 18:43:00 +0000 (20:43 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 29 Jun 2014 18:43:00 +0000 (20:43 +0200)
commit42e0a931f1424c2d13794e3a064d328669ed7767
treefed7933e509a63467c64c1852695a627a7496d15
parentb12905a91a541d77dc46d4a659708b4ce1db22af
utils os: Added sdb_mkdir_all() helper function.

This function recursively creates a directory (similar to 'mkdir -p' on the
command line).
src/Makefile.am
src/include/utils/os.h [new file with mode: 0644]
src/utils/os.c [new file with mode: 0644]