summary refs log tree commit diff stats
path: root/tinyc/win32/include/_mingw.h
blob: 2fc979872892080c18c071e7c70ef2c0ffb4bdb0 (plain) (blame)
1
2
3
# Backend for the Lazarus GUI

proc myAdd*(x, y: int): int {.cdecl, exportc.} = 
  result = x + y