summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/wrapmacro_runme.py
blob: 5e28d6bc92612cfdeb3a36f051e13ba079e6ab82 (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)