Revision: | 1 |
Committed: | Tue Aug 14 22:49:05 2007 UTC (13 years, 8 months ago) by kmr | File size: | 60 byte(s) |
Log Message: | Initial bioseg checkin. |
Line | User | Rev | File contents |
---|---|---|---|
1 | kmr | 1 | typedef struct SEG |
2 | { | ||
3 | int32 lower; | ||
4 | int32 upper; | ||
5 | } SEG; |