From 3db72104ad5664ed320253a342e1b26ad2f7da28 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Mon, 13 May 2019 11:57:45 +0200 Subject: new example + moved random number generator to common files --- test/monniaux/heptagon_radio_transmitter/_main.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/monniaux/heptagon_radio_transmitter/_main.h (limited to 'test/monniaux/heptagon_radio_transmitter/_main.h') diff --git a/test/monniaux/heptagon_radio_transmitter/_main.h b/test/monniaux/heptagon_radio_transmitter/_main.h new file mode 100644 index 00000000..65abec74 --- /dev/null +++ b/test/monniaux/heptagon_radio_transmitter/_main.h @@ -0,0 +1,9 @@ +/* --- Generated the 13/5/2019 at 10:21 --- */ +/* --- heptagon compiler, version 1.05.00 (compiled mon. may. 13 10:18:8 CET 2019) --- */ +/* --- Command line: /local/STATOR/packages/opam-root/4.07.1/bin/heptc -target c -hepts -s main -target ctrln radiotrans.ept --- */ + +#ifndef _MAIN_H +#define _MAIN_H + +#include "radiotrans.h" +#endif // _MAIN_H -- cgit