Does S60 have the method which is similar to ISO C "atexit" function?
if a app return from "main" method, call a function.
Who knew? Thank you very much!!!!
Does S60 have the method which is similar to ISO C "atexit" function?
if a app return from "main" method, call a function.
Who knew? Thank you very much!!!!
It is supported by Open C, but I do not think that native Symbian C++ would offer something like that.
What do you want to achieve?
libc contain the ateixt function,so didn't need Open C plugin.
Note that even if it exists and works in normal operation, the question still stands. Personally I would not expect the registered function(s) to get invoked in case of a panic for example.