Mercurial > lcfOS
view python/tests/testcode.c @ 152:b73bc14a3aa3
Light coupling ide and c3 frontend
author | Windel Bouwman |
---|---|
date | Sat, 02 Mar 2013 09:56:12 +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; }