summaryrefslogtreecommitdiffstats
path: root/makefile-djb/clib.h
blob: 290c27a81539b1f57592e709d88e5e5cc52c0d01 (plain)
1
2
3
4
5
6
7
8
9

#ifndef __C_LIB_H__
#define __C_LIB_H__

#include <stdio.h>

void say_hello(FILE *stream);

#endif  /* __C_LIB_H__ */