Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
halayli
on April 4, 2014
|
parent
|
context
|
favorite
| on:
Learn C and build your own Lisp
lval* v = malloc(sizeof(lval)); v->type = LVAL_QEXPR;
For goodness sake, when teaching C, make sure to check alloc's return values.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For goodness sake, when teaching C, make sure to check alloc's return values.