font.c was created, and the Makefiles updated to reflect this. It contains reload_fon...
[xuni.git] / xuni.h
bloba852bc1ed45708c1115440fc105e5066bef46a65
1 /*! \file xuni.h
3 */
5 #ifndef XUNI_H
6 #define XUNI_H
8 char *duplicate_string(const char *str, size_t len);
9 void print_warning(const char *message, const char *file, int line);
10 void settings_error(const char *message, const char *sfile, int sline);
11 void fatal_error(const char *message, const char *file, int line);
13 #endif