~bouncepaw/agidel-stdlib

c98b1cba7c76e142a148b0dd832cf1a7a4dbde18 — Timur Ismagilov 5 years ago b27428e
Add defined to Agidel/C
1 files changed, 3 insertions(+), 0 deletions(-)

M c.scm
M c.scm => c.scm +3 -0
@@ 238,4 238,7 @@
    ((test thenc) (format "#if ~A\n~A#endif" test thenc))
    ((test thenc elsec) (format "#if ~A\n~A\n#else\n~A\n#endif"
                                test thenc elsec))))

 (define (defined id) (format "defined(~A)" id))

 )