comparison th_file.h @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents 29e44a58bc73
children caeb0a44ebdf
comparison
equal deleted inserted replaced
734:2ae1045f6c18 735:31bc1ed07cf5
46 46
47 47
48 char * th_get_home_dir(void); 48 char * th_get_home_dir(void);
49 char * th_get_config_dir(const char *name); 49 char * th_get_config_dir(const char *name);
50 50
51 BOOL th_stat_path(const char *path, th_stat_data *data); 51 bool th_stat_path(const char *path, th_stat_data *data);
52 BOOL th_mkdir_path(const char *path, const int mode); 52 bool th_mkdir_path(const char *path, const int mode);
53 53
54 54
55 #ifdef __cplusplus 55 #ifdef __cplusplus
56 } 56 }
57 #endif 57 #endif