commit ba88855016c112218446aa121afd0970d4ab8e5e Author: Johnny.Ratton Date: Wed Dec 14 16:40:26 2022 +0100 Création des fichiers Johnny diff --git a/Jsae.c b/Jsae.c new file mode 100644 index 0000000..37d15c5 --- /dev/null +++ b/Jsae.c @@ -0,0 +1 @@ +#include "Jsae.h" \ No newline at end of file diff --git a/Jsae.h b/Jsae.h new file mode 100644 index 0000000..0f8310d --- /dev/null +++ b/Jsae.h @@ -0,0 +1,4 @@ +#include +#include +#include +#include \ No newline at end of file diff --git a/Jtest.c b/Jtest.c new file mode 100644 index 0000000..37d15c5 --- /dev/null +++ b/Jtest.c @@ -0,0 +1 @@ +#include "Jsae.h" \ No newline at end of file