Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 814

swig-1.3.11-4mdk.i586.rpm

/* This interface file tests whether character constants are correctly
   wrapped as procedures returning Scheme characters (rather than
   Scheme strings). 
*/

%module test

#define CHAR_CONSTANT 'x'

#define STRING_CONSTANT "xyzzy"