Hacker News new | past | comments | ask | show | jobs | submit login

And you can't just go:

    struct code_reviewer *qualified_code_reviewer =
        (struct code_reviewer *)malloc(
            sizeof(struct code_reviewer));
    assert(qualified_code_reviewer != NULL);



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: