Site Tools


header-guard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
header-guard [May 14, 2026 at 13:01] yanevskivheader-guard [May 14, 2026 at 13:01] (current) yanevskiv
Line 9: Line 9:
 // ... // ...
  
-#endif /* __HEADER_GUARD_H__      note: this is just a comment */+#endif /* __HEADER_GUARD_H__ (This is just a comment*/
 ``` ```
  
Line 28: Line 28:
 ``` ```
  
-This allows multiple inclusion of "hello_world.h"+This allows multiple inclusion of "hello\_world.h"
 ```c ```c
 // main.c // main.c
Line 40: Line 40:
 ``` ```
  
-Without header guards,  
header-guard.1778763670.txt.gz · Last modified: by yanevskiv