Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Thread Closed: Issue successfully resolved

???
02/01/05 19:33
Read: times


 
#86314 - The struct
Responding to: ???'s previous message

// define TheStruct
struct
{
unsigned int x_data[10];
unsigned int y_data[10];
} TheStruct;

// declare
code TheStruct AStruct;

// declare initilized
code TheStruct AStruct = {{1,2,3,4,5,6,7,8,9,0},{1,2,3,4,5,6,7,8,9,0}};






List of 5 messages in thread
TopicAuthorDate
lookup table and extern            01/01/70 00:00      
   Completely wrong!            01/01/70 00:00      
      OK            01/01/70 00:00      
   The struct            01/01/70 00:00      
      Thanks            01/01/70 00:00      

Back to Subject List