hi I am calling a function recursively.but it overwrite the locale variables of that function. when function returns it overwrite the values. Regards FarhanArshad
Read-Only
Author Jon Ward
Posted 18-Sep-2004 14:49 GMT
Toolset C51
RE: problem with recursive function
Jon Ward
Did you declare the function using the reentrant keyword? C51 functions are not reentrant or recursive by default.