Mercurial > lcfOS
view python/tests/testcode.c @ 134:1a50d6db24ed
Changes on hexedit
author | Windel Bouwman |
---|---|
date | Mon, 21 Jan 2013 20:24:40 +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; }