Terminator Electricity
Member level 5
what does typedef mean
Hi what does this statement mean ?
typedef enum {
RC5_0 = 0,
RC5_1 = 1,
RC5_X = 2 /* no emission */
} RC5_EMIT;
what does enum mean from the first place ? is it a structure?
Hi what does this statement mean ?
typedef enum {
RC5_0 = 0,
RC5_1 = 1,
RC5_X = 2 /* no emission */
} RC5_EMIT;
what does enum mean from the first place ? is it a structure?