From 790c04ed2c38d62c0fe81ae597471e4eba68695e Mon Sep 17 00:00:00 2001 From: Alexis LAURENT Date: Wed, 14 Dec 2022 14:02:19 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20fichier=20de=20programmation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SAE.c | 1 + SAE.h | 1 + testSAE.c | 1 + 3 files changed, 3 insertions(+) create mode 100644 SAE.c create mode 100644 SAE.h create mode 100644 testSAE.c diff --git a/SAE.c b/SAE.c new file mode 100644 index 0000000..9ff7db0 --- /dev/null +++ b/SAE.c @@ -0,0 +1 @@ +#include "SAE.h" \ No newline at end of file diff --git a/SAE.h b/SAE.h new file mode 100644 index 0000000..9ff7db0 --- /dev/null +++ b/SAE.h @@ -0,0 +1 @@ +#include "SAE.h" \ No newline at end of file diff --git a/testSAE.c b/testSAE.c new file mode 100644 index 0000000..9ff7db0 --- /dev/null +++ b/testSAE.c @@ -0,0 +1 @@ +#include "SAE.h" \ No newline at end of file