• header multiple-inclusion guard snippet: #ifndef _thing_H_ #define _thing_H_ ... #endif /*_thing_H_*/ (One imagines Dennis Ritchie in 1974: what, you mean people might have multiple include files for one executable? that's crazy talk.) Changed: A trunk/Bundles/C.tmbundle/Snippets/Include header once only guard.plist U trunk/Bundles/C.tmbundle/info.plist