author | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Jun 2014 18:43:00 +0000 (20:43 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 29 Jun 2014 18:43:00 +0000 (20:43 +0200) | ||
commit | 42e0a931f1424c2d13794e3a064d328669ed7767 | |
tree | fed7933e509a63467c64c1852695a627a7496d15 | tree | snapshot |
parent | b12905a91a541d77dc46d4a659708b4ce1db22af | commit | diff |
utils os: Added sdb_mkdir_all() helper function.
This function recursively creates a directory (similar to 'mkdir -p' on the
command line).
This function recursively creates a directory (similar to 'mkdir -p' on the
command line).
src/Makefile.am | diff | blob | history | |
src/include/utils/os.h | [new file with mode: 0644] | blob |
src/utils/os.c | [new file with mode: 0644] | blob |