Apache resigns from the Java Community Process executive committee
Apache resigns from the Java Community Process executive committee
Posted Dec 15, 2010 17:55 UTC (Wed) by cmccabe (guest, #60281)In reply to: Apache resigns from the Java Community Process executive committee by HelloWorld
Parent article: Apache resigns from the Java Community Process executive committee
Aaaaragh! It burns, it burns!
How about you read the kernel style guide and rewrite it as this:
> #include <stdlib.h>
> #include <string.h>
>
> struct Foo {
> /* foo stuff */
> };
>
> struct Bar {
> struct Foo f;
> int b;
> };
>
> int main(void) {
> struct Foo *my_foo = malloc(sizeof(struct Bar));
> memset(my_foo, 0, sizeof(struct Bar));
> /* do stuff ... */
> free(my_foo);
> return 0;
> }
