comparison util.h @ 1852:a4cae960fd08

Allow config file to be saved with executable for "portable" setups
author Michael Pavone <pavone@retrodev.com>
date Wed, 24 Apr 2019 19:08:49 -0700
parents 52a47611a273
children 5a76a7373823
comparison
equal deleted inserted replaced
1851:419b458f93cd 1852:a4cae960fd08
86 void warning(char *format, ...); 86 void warning(char *format, ...);
87 //Prints a debug message to stdout 87 //Prints a debug message to stdout
88 void debug_message(char *format, ...); 88 void debug_message(char *format, ...);
89 //Disables output of info and debug messages to stdout 89 //Disables output of info and debug messages to stdout
90 void disable_stdout_messages(void); 90 void disable_stdout_messages(void);
91 //Deletes a file, returns true on success, false on failure
92 uint8_t delete_file(char *path);
91 93
92 #endif //UTIL_H_ 94 #endif //UTIL_H_