comparison th_file.h @ 453:efd33accdc81

Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase. Introduce optional but default use of stdbool.h.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:56:03 +0200
parents 9148bc3fa838
children 347bfd3e017e
comparison
equal deleted inserted replaced
452:4471eadea472 453:efd33accdc81
37 37
38 38
39 char * th_get_home_dir(); 39 char * th_get_home_dir();
40 char * th_get_config_dir(const char *name); 40 char * th_get_config_dir(const char *name);
41 41
42 BOOL th_stat_path(const char *path, int *flags); 42 bool th_stat_path(const char *path, int *flags);
43 BOOL th_mkdir_path(const char *cpath, int mode); 43 bool th_mkdir_path(const char *cpath, int mode);
44 44
45 45
46 #ifdef __cplusplus 46 #ifdef __cplusplus
47 } 47 }
48 #endif 48 #endif