Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_CppTest / src / cpp / core / standard / integer / integer.h
1 #ifndef INTEGER_H
2 #define INTEGER_H
3
4 int plus(int x1,int x2);
5 int fois(int x1,int x2);
6
7 #endif
8
9 /*----------------------------------------------------------------------*\
10 |* End *|
11 \*---------------------------------------------------------------------*/
12
13