comparison util.h @ 1931:374a5ae694e8 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 11:42:53 -0700
parents a4cae960fd08
children 5a76a7373823
comparison
equal deleted inserted replaced
1843:13abdc98379e 1931:374a5ae694e8
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_