From f481beb2dc4e6db37ea79f32960cbfa4a148eb90 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 21 Jun 2008 11:33:06 +0000 Subject: initial tree --- common.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..67a5beb --- /dev/null +++ b/common.h @@ -0,0 +1,7 @@ +#ifndef COMMON_H +#define COMMON_H + +int writeyes(void); +int writeno(const char *); + +#endif -- cgit v1.2.3