Live data from Hacker News

Viewing profile — m_kim

m_kim

HN member
Joined
Sun, Jan 05, 2014, 6:11 AM UTC
HN karma
1
Public activity
4 items

About m_kim

No profile information was provided.

Recent public activity

  1. comment
    Comment #20369624

    My mistake: We have (32*13) with minimal possible CHAR_BIT is 8. So it either 416 for char bigger then eight bits, or 160 for unsigned eight bits char, or -96 for signed eight bits…

  2. comment
  3. comment
  4. comment
    Comment #20369378

    But a code based on several standards, not only on C standard. For example we know, that basic source character sets should contain space (C11 5.2.1), we know that character consta…