/*-----------------------------------------------------------------------------------*/
/* INRIA 2005 */
/* Allan CORNET */
/*-----------------------------------------------------------------------------------*/ 
#ifndef __INTGRAPHICS__
#define __INTGRAPHICS__

#ifdef WIN32
#include <windows.h>
#include <stdio.h>
#endif

#include "../machine.h"
#include "../stack-c.h"

typedef int (*des_interf) __PARAMS((char *fname,unsigned long l));

typedef struct table_struct {
	des_interf f;    /** function **/
	char *name;      /** its name **/
} MatdesTable;


#endif /* __INTGRAPHICS__ */
/*-----------------------------------------------------------------------------------*/ 


syntax highlighted by Code2HTML, v. 0.9.1