Skip to content

Instantly share code, notes, and snippets.

@tomdaley92
Last active January 29, 2019 23:00
Show Gist options
  • Save tomdaley92/a588667f35aefcfa29df24830bd48c0b to your computer and use it in GitHub Desktop.
Save tomdaley92/a588667f35aefcfa29df24830bd48c0b to your computer and use it in GitHub Desktop.
C/C++ Header guards
#ifndef FILENAME_H
#define FILENAME_H
/* Declarations of this file */
#endif /* FILENAME_H */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment