Mercurial > lcfOS
view python/tests/testcode.c @ 137:0a540ce31cd5
Added debug toolbar and spaced hexedit
author | Windel Bouwman |
---|---|
date | Fri, 25 Jan 2013 23:47: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; }