HTMLify

gui.h
Views: 2 | Author: abh
#include <gtk/gtk.h>

#ifndef GUI_H
#define GUI_H

int gui();

#endif 

Comments