summaryrefslogtreecommitdiffstats
path: root/makefile-djb/clib.c
blob: 73c1c03de3407a249cb94564cdc54099b291eebd (plain)
1
2
3
4
5
6
7
8

#include "clib.h"

void say_hello(FILE *stream)
{
    fprintf(stream,"hello world\n");
}