Live data from Hacker News

Viewing profile — brandon_weekly

brandon_weekly

HN member
Joined
Sun, Sep 29, 2019, 3:25 PM UTC
HN karma
2
Public activity
1 items

About brandon_weekly

No profile information was provided.

Recent public activity

  1. comment
    Comment #21107570

    It specifies the minimum sizes, in the sense that sizeof(char) <= sizeof(short) <= sizeof(int) <= sizeof(long) etc... but no requirements on how big they actually are. You could (i…