Hacker News new | ask | show | jobs
by 16s 5301 days ago
Is he saying that the ifndef to protect against double/multiple includes should be in the file you don't want to include multiple times?

The way that part is worded seems a bit confusing.

1 comments

I think he's saying this:

  #ifndef some_header
  #include some_header
  #endif