summaryrefslogtreecommitdiff
path: root/support/mid2tex/src/liste.h
blob: a9657bfd555dc9064dcf4ccdb123e2cc72049c31 (plain)
1
2
3
4
5
6
7
8
9
10
/***************************/
/* liste.h                 */
/***************************/

static struct element {
	int oct, pit, laut, chann;
	unsigned long int t;
	struct element *folger;
} *anker;