• about extern struct question.
    dear all, i defind a struct in a head file and other file will be use this struct , i use keyword extern but always has warning or error message , please tell me really method. thanks a lot. main...
  • Question about structs and unions
    Hello there, I've faced a problem that I couldn't solve. I hope you people can help me. I want to memcpy to a struct the datum in an array. I've done it before, and it goes like this: memcpy...
  • Array of struct within struct
    Has anyone defined an array of struct inside another struct with C51? I can find no reference document prohibiting it. Yet, when I try to compile following fragment: #include <stdio.h> struct...
  • Extern STRUCT..
    Hi, I have a big problem. I have a multyple file included into the project, and in the main.c i've declared a struct like this: struct{ unsigned char x; unsigned char y; unsigned char z; }prova;...
  • Struct for registers
    Hello, i'm using keil 3.05 evaluation, its my first experience with this tool. Normally i found in other tools a struct inside the .h of the uproc. In this case i found just a define. #define...