projects
/
external
/
ragel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Import from my private repository. Snapshot after version 5.16, immediately
[external/ragel.git]
/
test
/
strings2.h
1
#ifndef _STRINGS1_H
2
#define _STRINGS1_H
3
4
struct strs
5
{
6
int cs;
7
};
8
9
#endif