# get\_segm\_by\_sel

```
Get segment by segment base
     base - segment base paragraph or selector
returns: linear address of the start of the segment
         BADADDR - no such segment

long get_segm_by_sel(long base);
```
