2008-10-04

kpreid: (Default)
2008-10-04 10:32 am
Entry tags:

A dreadful thing

some type *foo;
size_t count = ...;

...

foo = malloc(count * sizeof * foo);