# get\_prev\_func

```
find previous function
     ea - any address belonging to the function
returns: -1 - no more functions
         otherwise returns the previous function start address

long get_prev_func(long ea);
```
