repo.or.cz
/
ragel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added item.
[ragel.git]
/
test
/
eofact.h
blob
d547f87e1053cf7bce32dd31c3dab67cbefe3701
1
#ifndef _EOFACT_H
2
#define _EOFACT_H
3
4
struct
eofact
5
{
6
int
cs
;
7
};
8
9
#endif