Skip to content

Instantly share code, notes, and snippets.

@davixcky
Created March 1, 2020 21:20
Show Gist options
  • Save davixcky/55d6eeb4380e5809cef71f2247606c6d to your computer and use it in GitHub Desktop.
Save davixcky/55d6eeb4380e5809cef71f2247606c6d to your computer and use it in GitHub Desktop.
#ifndef MYLIB_H
#define MYLIB_H
void print_message(char *);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment