Changed the array declarations in the target_functions/exponential C file and header.
Instead of using the pointer format of *xyz, the array format of xyz[] is now being used. These are equivalent and the later is more obvious that this is an array.
Authored by: bugman 2014-08-26
Parent: [r25293]
Child: [r25295]