Began creating the listbox widget. It's still just a structure.
[xuni.git] / xuni.h
blobdb5f5817ffea4b4a1b16de0c85f8e47bba319edd
1 #ifndef XUNI_H
2 #define XUNI_H
4 char *duplicate_string(const char *str, size_t len);
5 void print_warning(const char *message, const char *file, int line);
6 void fatal_error(const char *message, const char *file, int line);
8 #endif