Closed bobjervis closed 9 years ago
Need to support:
%e %f %g
Formatting conventions should follow C, C++, Java, etc.
I've got these formats implemented. There remains a bug in the generation of function call parameters when there is a mix of floating-point and integer/pointer arguments.
Done.
Need to support:
%e %f %g
Formatting conventions should follow C, C++, Java, etc.