Y
Hacker News
new
|
ask
|
show
|
jobs
by
ocreat
21 days ago
There is a big difference between:
struct A { int size; char data[]; }
struct B { int size; char *data; }