From 7b7ad84ef430af128652fbf94d63a77e95ff8cca Mon Sep 17 00:00:00 2001 From: Roxane ROSSETTO Date: Tue, 13 Dec 2022 15:11:27 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20des=20divers=20fichers=20qui=20?= =?UTF-8?q?serviront=20de=20base=20commune=20pour=20notre=20projet=20SAE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commun.c | 4 ++++ commun.h | 12 ++++++++++++ testcommun.c | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 commun.c create mode 100644 commun.h create mode 100644 testcommun.c diff --git a/commun.c b/commun.c new file mode 100644 index 0000000..c617419 --- /dev/null +++ b/commun.c @@ -0,0 +1,4 @@ +#include +#include +#include +#include "commun.h" diff --git a/commun.h b/commun.h new file mode 100644 index 0000000..29ed2c2 --- /dev/null +++ b/commun.h @@ -0,0 +1,12 @@ +/* + programme : commun.h + auteur : Lola Chalmin, Roxane Rossetto + date : 13/12/22 + finalité : SAE 1.02 Algorithme +*/ +/* + Brief : +*/ + + + diff --git a/testcommun.c b/testcommun.c new file mode 100644 index 0000000..c617419 --- /dev/null +++ b/testcommun.c @@ -0,0 +1,4 @@ +#include +#include +#include +#include "commun.h"