Command line arguments

This example adds three command line parameters to the AE.
NZAE_NUMBER_PARAMETERS=3
NZAE_PARAMETER1=first parameter
NZAE_PARAMETER2=second parameter
NZAE_PARAMETER3=third parameter

These parameters are available in main (argc=4) as argv[1], argv[2], arg[3]. There is no AE limit to the number of command line parameters. Per convention, the location prefixes can be used with these variables. The AE can receive a different number of command line parameters on the host and the SPUs.