mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 21:26:21 +00:00
refactored mkdir_recursive
Now this function returns result of operation. TRUE is success.
This commit is contained in:
@@ -72,8 +72,8 @@ typedef enum {
|
||||
|
||||
gchar* p_utf8_substring(const gchar *str, glong start_pos, glong end_pos);
|
||||
void p_slist_free_full(GSList *items, GDestroyNotify free_func);
|
||||
void create_dir(char *name);
|
||||
void mkdir_recursive(const char *dir);
|
||||
gboolean create_dir(char *name);
|
||||
gboolean mkdir_recursive(const char *dir);
|
||||
char * str_replace(const char *string, const char *substr,
|
||||
const char *replacement);
|
||||
int str_contains(char str[], int size, char ch);
|
||||
|
||||
Reference in New Issue
Block a user