Skip to content

Instantly share code, notes, and snippets.

@sw17ch
Created February 15, 2012 14:25
Show Gist options
  • Save sw17ch/1836105 to your computer and use it in GitHub Desktop.
Save sw17ch/1836105 to your computer and use it in GitHub Desktop.
#ifndef __INTERFACE__
#define __INTERFACE__
void initialize(void);
void do_stuff(void);
void cleanup(void);
#endif /* __INTERFACE__ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment