Skip to content

LibC: %Lf modifier for printf does not work #25828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hiperbolt opened this issue Mar 24, 2025 · 0 comments
Open

LibC: %Lf modifier for printf does not work #25828

hiperbolt opened this issue Mar 24, 2025 · 0 comments

Comments

@hiperbolt
Copy link

Printing a long double with %Lf doesn't seem to work.

Image

Looking at our current printf implementation, it seems like the "L" modifier is not implemented:
bool long_double_qualifier { false }; // TODO: Unimplemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant