ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
bioseg
/
trunk
/
biosegdata.h
Revision:
3
Committed:
Tue Aug 14 23:05:57 2007 UTC
(15 years 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;