swig/SWIG/Examples/test-suite/char_constant.i
Marcelo Matus 8c9152c376 fix bug 953142
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6373 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-08 00:17:34 +00:00

15 lines
318 B
OpenEdge ABL

/* This interface file tests whether character constants are correctly
wrapped as procedures returning Scheme characters (rather than
Scheme strings).
*/
%module char_constant
#define CHAR_CONSTANT 'x'
#define STRING_CONSTANT "xyzzy"
#define ESC_CONST '\1'
#define NULL_CONST '\0'
#define SPECIALCHAR 'á'