aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_printf.c
blob: 066712b42ce9117d8fd9f4e320ba704af0835169 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <jo_printf.h>

void
jo_printf(void)
{

	printf("Hey!\n");
}