indentation
#include "forms.h"
#include "global.h"
/ callbacks for form global /
void cb_mn_help(FL_OBJECT ob, long data)
{
int item;
item = fl_get_menu(ob);
switch (item) {
case 1:
fl_show_message("Buck simulator interface", "New interface version", "by Marco Cadenazzi & Marco Delaurenti");
break;
default:
fprintf(stderr, "panic error
n");
exit(-1);
}
}
/ callbacks for form sim /
/ callbacks for form fuzzy /
Bofh
2004-02-09