the C api, see in gauche.h
Scm_StringP function ??
ScmObj Scm_StringP(ScmObj obj) { return SCM_STRINGP(obj)? SCM_TRUE : SCM_FALSE; }
comparison to other systems ??
It's all data, unfortunately. Processed by genstub.
There are also parameter setting insturctions.
all i change is: ?