From 0cb40d3159189194c35c0fd18ea1e10176b781cc Mon Sep 17 00:00:00 2001 From: Sami GHEBRID Date: Wed, 14 Dec 2022 16:52:26 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20des=20fichiers=20Sami=2014/12?= =?UTF-8?q?=2016h52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ssae.c | 1 + Ssae.h | 4 ++++ Stest.c | 1 + 3 files changed, 6 insertions(+) create mode 100644 Ssae.c create mode 100644 Ssae.h create mode 100644 Stest.c diff --git a/Ssae.c b/Ssae.c new file mode 100644 index 0000000..c97fc5a --- /dev/null +++ b/Ssae.c @@ -0,0 +1 @@ +#include"Ssae.h" \ No newline at end of file diff --git a/Ssae.h b/Ssae.h new file mode 100644 index 0000000..4c01d58 --- /dev/null +++ b/Ssae.h @@ -0,0 +1,4 @@ +#include +#include +#include +#include diff --git a/Stest.c b/Stest.c new file mode 100644 index 0000000..c97fc5a --- /dev/null +++ b/Stest.c @@ -0,0 +1 @@ +#include"Ssae.h" \ No newline at end of file