u/Goto80 - Archived Voat Post in v/programming
u/Goto80
  • home
  • search

u/Goto80

0 posts · 1 comment · 1 total

Active in: v/programming (1)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Building C Programs

Nice. One remark: since the examples are in C, function main() should really be declared either int main(void) or int main(int argc, char *argv[]).

Sadly, gcc throws a warning about this issue only if compiled with option -Wstrict-prototypes.

0 13 Dec 2017 09:36 u/Goto80 in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.