# next\_addr

```
Get next address in the program
     ea - linear address
returns: BADADDR - the specified address in the last used address

long next_addr(long ea);
```
