Mercurial > lcfOS
view python/tests/testcode.c @ 190:65dda7e7e8bd
Disable test with qt
author | Windel Bouwman |
---|---|
date | Sat, 25 May 2013 15:15:42 +0200 |
parents | f2d980eef509 |
children |
line wrap: on
line source
int Calculate(int a, int b, int c) { int d, e; d = a + b; e = d * c - a; return a + b + c + d + e; }