HN2new | past | comments | ask | show | jobs | submitlogin

This also conveniently allows you to store the length at the "real" base.

    0 array length <--- base pointer
    1 element 1    <--- array[1] == *(base + 1)
    2 element 2    <--- array[2] == *(base + 2)


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

Search: