summary refs log tree commit diff stats
path: root/tinyc/win32/include/values.h
blob: 1cd643cefb2d378cb3ab1b9bb6531c2ba32d5c62 (plain) (blame)
1
2
3
4
/*
 * TODO: Nothing here yet. Should provide UNIX compatibility constants
 * comparable to those in limits.h and float.h.
 */
takes 3 arguments" line: 16 """ import macros template grainBlock(proxyTypeName: untyped, proxyProcs: untyped): typed = discard var proxyTypeName: string proxyProcs: string macro foo(): untyped = let x = getAst grainBlock(proxyTypeName, proxyProcs, proxyTypeName) foo()