view src/include/dirtools.h @ 7:be4835547dd0

clean up code, convert git files to hg, etc.
author Paper
date Fri, 16 Dec 2022 20:35:06 -0500
parents d91dfd53b8b4
children 42ac054c0231
line wrap: on
line source

#ifndef __dirtools_h
#define __dirtools_h
int dirtools_create_directory(char* path);
char* dirtools_concat_paths(char* a, char* b);
#endif