• forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • ISR declaration for 80c51
    How can we declare an interrupt service routine(ISF) function in keil for 80c51??
  • How to declare a Struct for Multiple files?
    At the risk of receiving a good thrashing, I need to ask a basic C code beginner's question: I want to declare/define an array of struct in a .h file that assigns it to xdata memory. /* Struct.h...
  • Cx51 "const far" struct declaration
    Hello, I'm having some problems regarding const far memory type in Cx51... Using the following declarations, the variables aren't being initialized correctly, and accessing them, results in values...
  • Advanced C question
    I have two questions, I would like to ask: 1) at the moment im refactoring my code and i have 6 functions, which share one function in common, exp.: < pre> CodeSelect all; static void bar...