Revision: | 3 |
Committed: | Tue Aug 14 23:05:57 2007 UTC (13 years, 6 months ago) by kmr | File size: | 60 byte(s) |
Log Message: | Moved all files to trunk directory. |
Line | File contents |
---|---|
1 | typedef struct SEG |
2 | { |
3 | int32 lower; |
4 | int32 upper; |
5 | } SEG; |