View Single Post
  #9   Spotlight this post!  
Unread 11-01-2008, 02:17
tommy_chai tommy_chai is offline
Registered User
no team
 
Join Date: Oct 2007
Location: Msia
Posts: 12
tommy_chai is an unknown quantity at this point
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.