|
Re: How to use the data obtain in one C file to another C file?
Hi all,
First thanks for the corrections. Yup, I have created a header file to keep the data and reused them in try5.c
However, I entered those data into the header file manually since I don't know how to automatically save them from the struct into a header file. The above codes, I got from my supervisor so I am still in progress to understand it. Any idea on the coding to save the data values from struct to a header file?
Thanks for all of the concerns and advices.
|