๐Ÿ“ฆ yjhjstz / gyp

๐Ÿ“„ mylib.c ยท 8 lines
1
2
3
4
5
6
7
8#include <stdio.h>

void print(void)
{
  printf("hello from mylib.c\n");
  return;
}