Improve Gambit REPL (toolbar is semi transparent and the alpha can be set with set...
[gambit-c.git] / doc / test2.scm
blobb6666f004d6d631928e869ca87e61fa8fa36422b
1 (c-define (f str) (nonnull-char-string) int "f" ""
2   (string->number str))
3 (define t1 (c-lambda () int "___result = f (\"123\");"))
4 (define t2 (c-lambda () int "___result = f (NULL);"))
5 (define t3 (c-lambda () int "___result = f (\"1.5\");"))