next up previous contents
Next: Linker Sections Up: Using uCR Previous: How to Find uCR

Link Time Context

The application calls the ucr_start() function initially, to get things going. The ucr_start() in turn calls the static initializers, the main() function, and the static destructors. The return code from ucr_start() is the value returned from main. If the environment supports it, the program should return that code to the outside world, as desired by the C standard.



 

Stephen Williams
9/2/1997