choose_func

ask the user to select a function
     title - title of the dialog box
returns: -1 - user refused to select a function
         otherwise returns the selected function start address

long choose_func(string title);

Last updated