From ebdb686c40074e3a999bf7c0d5267b9461c693a7 Mon Sep 17 00:00:00 2001 From: Ivo Rokita Date: Thu, 7 Mar 2019 12:01:00 +0100 Subject: [PATCH] funguje --- program.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 program.h diff --git a/program.h b/program.h new file mode 100644 index 0000000..ff645a9 --- /dev/null +++ b/program.h @@ -0,0 +1,6 @@ +#ifndef _PROGRAM_H_ +#define _PROGRAM_H_ + +void initial(); + +#endif