Mercurial > lcfOS
view python/tests/testcode.c @ 156:1b4a85bdd99c
change types
author | Windel Bouwman |
---|---|
date | Sun, 03 Mar 2013 15:50:34 +0100 |
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; }