(3 . 6)(3 . 10)106 #ifndef _SCHEME_H107 #define _SCHEME_H108 109 #include "scheme-knobs.h"110 111 #define PACKAGE_VERSION "TRB"112 113 #include <stdio.h>114 115 #ifdef __cplusplus