parent
1eb081bef6
commit
7b7ad84ef4
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include "commun.h"
|
@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
programme : commun.h
|
||||||
|
auteur : Lola Chalmin, Roxane Rossetto
|
||||||
|
date : 13/12/22
|
||||||
|
finalité : SAE 1.02 Algorithme
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
Brief :
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include "commun.h"
|
Loading…
Reference in new issue