The Wayback Machine - https://web.archive.org/web/20210110070346/http://github.com/mpaland/printf/pull/76
Skip to content
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

added vsprintf() - sprintf with variable arguments list #76

Open
wants to merge 1 commit into
base: master
from

Conversation

@fronders
Copy link

@fronders fronders commented Mar 12, 2020

Hi, thanks for the lib!

I know that size-unsafe functions are not to be used. In one of my projects some 3rd party lib used both vsprintf() and vsnprintf(). Which meant that all vsnprintf() were successfully replaced by your implementation, but vsprintf() was used from default newlib (in my case for STM32 MCU). This led to lot of confusion until I discovered there's no vsprintf() implementation.

That's why i added vsprintf() function just so that all of the [v][s][n]printf() options are supported and replaced by the lib.

P. S. I like to use this header file from GitHub to check for banned/unsafe functions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.