volatile double numberz[16]
numberz[0] = 5.01021;
numberz[1] = 3.33205
/// etc up to index 15
for (int i = 0; i < 16; i++) printf("Output: %2.6f\r\n", numberz[i]);
The output I'm getting at the terminal screen is:
Output: 21887.000000
Output: 14449.000000
GetDHCPAddressIfNecessary();/*Get a DHCP address if needed*/
/*You may want to add a check for the return value from this function*/
/*See the function definition in \nburn\include\dhcpclient.h*/
OSChangePrio(MAIN_PRIO);/* Change our priority from highest to something in the middle */
EnableAutoUpdate();/* Enable the ability to update code over the network */
EnableSmartTraps();/* Enable the smart reporting of traps and faults */
EnableTaskMonitor();/*Enable the Task scan utility */