[Previous] [Contents] [Next]

prlib_main()

main program

Synopsis:

main( int argc, char **argv );

Description:

This is the main program. It calls:

You shouldn't have to write your own version of this function.

Returns:

The value returned by my_done().

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]