#ifndef INTERFACE_H #define INTERFACE_H GtkWidget *make_meter(float lower, float upper); GtkWidget *create_window(const char *title); #endif