Add to Gambit REPL some functions to send SMS and take pictures (this functionnality...
[gambit-c.git] / doc / m1.c
blob33f40bed4af63acfeffd11a376bc44018f09b9c9
1 /* File: "m1.c" */
2 int power_of_2 (int x) { return 1<<x; }