Add missing logic for 'prebuilt' target
[gambit-c.git] / doc / m4.scm
blob2a0dca921eb7288463119438738f145bc3775400
1 (define (f1 x) (* 2 (f2 x)))
2 (display "hello from m4")
3 (newline)
5 (c-declare #<<c-declare-end
6 #include "x.h"
7 c-declare-end
9 (define x-initialize (c-lambda (char-string) bool "x_initialize"))
10 (define x-display-name (c-lambda () char-string "x_display_name"))
11 (define x-bell (c-lambda (int) void "x_bell"))