X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Finteger%2Finteger.h;fp=WCudaMSE%2FTuto_CppTest%2Fsrc%2Fcpp%2Fcore%2Fstandard%2Finteger%2Finteger.h;h=0a2e1902115d2cc98115e66c88666ab215f761af;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/integer/integer.h b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/integer/integer.h new file mode 100755 index 0000000..0a2e190 --- /dev/null +++ b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/integer/integer.h @@ -0,0 +1,13 @@ +#ifndef INTEGER_H +#define INTEGER_H + +int plus(int x1,int x2); +int fois(int x1,int x2); + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/ + +