hi
is this possible in function list view?
for example say i have the following c function definition :
void main_program(int in){
call_function_1();
call_function_2();
...
}
then in the function list it would show up as follows:
main_program
...call_function_1
...call_function_2
only one level of nesting would be good enough.
thanks
is this possible in function list view?
for example say i have the following c function definition :
void main_program(int in){
call_function_1();
call_function_2();
...
}
then in the function list it would show up as follows:
main_program
...call_function_1
...call_function_2
only one level of nesting would be good enough.
thanks