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

The C standard macro must expand to _something_. My concern would be that it expands to something like __builtin_foo_nugget instead of unsigned long...



ssize_t isn't in the C standard. The closest substitute is ptrdiff_t.


I was referring to __SIZE_TYPE__, but that isn't in the standard either. Whoops.




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

Search: