You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/**
|
|
*@file : TESTSAE2.c
|
|
*@author : Erwan.M
|
|
*@date : 11/12/22
|
|
* sujet : SAE 1.02
|
|
*@brief : Résumé : Fichier .c regroupant la fonction main pour lancer le programme et les tests
|
|
*/
|
|
|
|
#include "SAE2.h"
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main(void){
|
|
|
|
menuPrincipal();
|
|
|
|
} |