summaryrefslogtreecommitdiff
path: root/deps/gyp/test/standalone-static-library/mylib.c
blob: 108be618c291fd0db73ec29f2d94a72944f023d7 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

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