AlexeyAB
2018-06-15 e1e5abe19197f2bb56a9d320b31275db4706aa4d
src/utils.h
@@ -40,6 +40,7 @@
int read_all_fail(int fd, char *buffer, size_t bytes);
int write_all_fail(int fd, char *buffer, size_t bytes);
void find_replace(char *str, char *orig, char *rep, char *output);
void replace_image_to_label(char *input_path, char *output_path);
void error(const char *s);
void malloc_error();
void file_error(char *s);