nouveau fichier : DataBase/IUT.bin nouveau fichier : annexe/saeAnnexe.c nouveau fichier : annexe/saeAnnexe.h nouveau fichier : partie1/saeP1.c nouveau fichier : partie1/saeP1.h nouveau fichier : partie2/saeP2.c nouveau fichier : partie2/saeP2.h nouveau fichier : partie3/saeP3.c nouveau fichier : partie3/saeP3.h nouveau fichier : partie4/saeP4.c nouveau fichier : partie4/saeP4.h nouveau fichier : saeMain.cmaster
parent
60f05c271e
commit
4f49cbf2e1
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "saeAnnexe.h"
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "saeP1.h"
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "saeP2.h"
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "saeP3.h"
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "saeP4.h"
|
@ -0,0 +1 @@
|
|||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include "annexe/saeAnnexe.h"
|
||||||
|
#include "partie1/saeP1.h"
|
||||||
|
#include "partie2/saeP2.h"
|
||||||
|
#include "partie3/saeP3.h"
|
||||||
|
#include "partie4/saeP4.h"
|
||||||
|
|
||||||
|
int main(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in new issue