summaryrefslogtreecommitdiff
path: root/test/eofact.h
blob: d547f87e1053cf7bce32dd31c3dab67cbefe3701 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EOFACT_H
#define _EOFACT_H

struct eofact
{
	int cs;
};

#endif