Hacker News new | ask | show | jobs
by unwind 2106 days ago
Posting C++ in a thread about C is odd. In C it's:

    #include <stdio.h>

    int main(void)
    {
      printf("%zu\n", sizeof (int *));
      return 0;
    }
1 comments

There's a double-quote character missing.
Thanks. I suck at posting from my phone. Edited.