You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, nanoprintf casts long double or %Lf arguments to double. It would be good to have an option so float and double could be promoted to long double instead. Especially where long double is 64 bits or less on a given platform.