summaryrefslogtreecommitdiff
path: root/trunk/Examples/test-suite/python/wrapmacro_runme.py
blob: 0272afd5d779aa0a9183a091f2754feaca45a847 (plain)
1
2
3
4
5
6
7
import wrapmacro

a = 2
b = -1
wrapmacro.maximum(a,b)
wrapmacro.maximum(a/7.0, -b*256)
wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1)