On 30-Oct-07, at 6:34 PM, naruto canada wrote:
"server.h" has only one function: extern char *eval_string (char *);
The only header file in that directory is server.h I don't think this counts as a good example for implementing a predefined C API? Do you mean, the whole gambit-c interpreter as deliverable?
It is meant as an example of the general setup of such a program. Clearly you can generalize "server.h" to contain more than one function prototype (and "server.scm" can implement more than one function).
Marc