Correctly update version of Gambit in iOS example.
[gambit-c.git] / doc / m2.scm
blob047069a91fc23dbf6b34cdf328aa08af9536d280
1 ;;; File: "m2.scm"
2 (c-declare "extern int power_of_2 ();")
3 (define pow2 (c-lambda (int) int "power_of_2"))
4 (define (twice x) (cons x x))