processing this input: ``` return 0xff; ``` results in the following output: ``` return255; ``` Conversion to decimal is probably OK (though nominally preprocessor should not do it), but eating up the space before is a problem.