4 строчки

Author: Д.П. [326 views] 2014-08-15 15:52:28
In response to: A можно в С декларацией by A. Fig Lee, 2014-08-15 15:03:52

#define A4(x) (x),(x),(x),(x)
#define A16(x) A4(x),A4(x),A4(x),A4(x)
#define A64(x) A16(x),A16(x),A16(x),A16(x)
#define A256(x) A64(x),A64(x),A64(x),A64(x)

const uint8_t ar[256] = { A256(0xFF) };

Reply
|
Reply to sender (private) |
Synchronize | Thread