Exemplo n.º 1
0
static TWindow *exec_binary(const char *filename) 
{
	pz_exec(filename);
	return NULL;
}
Exemplo n.º 2
0
static TWindow *browser_vt_exec (ttk_menu_item *item)
{
	pz_exec((char *)item->data);
	return TTK_MENU_UPONE;
}