view src/include/dirtools.h @ 9:07f0e2f43204

*: add the restrict keyword when necessary also fixed some typos in the README
author Paper
date Fri, 16 Dec 2022 21:55:37 -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