Skip to content

Instantly share code, notes, and snippets.

@davixcky
Created March 1, 2020 21:20
Show Gist options
  • Save davixcky/9d3056bb4ee6a36fa9e38bfb3158bf1c to your computer and use it in GitHub Desktop.
Save davixcky/9d3056bb4ee6a36fa9e38bfb3158bf1c to your computer and use it in GitHub Desktop.
#include "mylib.h"
#include <stdio.h>
void print_message(char *message)
{
printf("The message is \"%s\"\n", message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment