This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Passing an argument to main()

My application requires some RAM verification tests to be run on startup before the C environment is initialized.  I'd like to know where to place the result of the ram test so I can access it as a parameter to main().