use strict;

##############################################################################
# set keyword char to #TEST - allows normal C pre-processor stuff through
##############################################################################
my $keychar = "#TEST";
Filepp::SetKeywordchar($keychar);

##############################################################################
# set line continution char to something other than "\"
##############################################################################
Filepp::SetContchar("TESTEND");

return 1;

##############################################################################
# End of file
##############################################################################
