Improve Gambit REPL (toolbar is semi transparent and the alpha can be set with set...
[gambit-c.git] / doc / m1.c
blob33f40bed4af63acfeffd11a376bc44018f09b9c9
1 /* File: "m1.c" */
2 int power_of_2 (int x) { return 1<<x; }