-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.h
34 lines (27 loc) · 1.25 KB
/
App.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*************************************************************************
App - description
-------------------
début : $25.01.19$
copyright : (C) $3IF2$ par $M.MESSALTI AUTHOR M.WOIRIN$
e-mail : [email protected] [email protected]$
*************************************************************************/
//---------- Interface du module <App> (fichier App.h) -------------------
#if !defined(APP_H)
#define APP_H
//------------------------------------------------------------------------
// Rôle du module <App>
//
//
//------------------------------------------------------------------------
///////////////////////////////////////////////////////////////// INCLUDE
//--------------------------------------------------- Interfaces utilisées
//------------------------------------------------------------- Constantes
//------------------------------------------------------------------ Types
////////////////////////////////////////////////////////////////// PUBLIC
//---------------------------------------------------- Fonctions publiques
int main ( int argc, char* avrgv[] );
// Mode d'emploi :
//
// Contrat :
//
#endif // APP_H