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

libbase in litex is missing vprintf #8

Closed
mithro opened this issue Oct 30, 2016 · 0 comments
Closed

libbase in litex is missing vprintf #8

mithro opened this issue Oct 30, 2016 · 0 comments

Comments

@mithro
Copy link
Collaborator

mithro commented Oct 30, 2016

vprintf is needed to be able to wrap printf calls.

mithro added a commit to mithro/litex that referenced this issue Oct 30, 2016
Fixes enjoy-digital#8.

```
int vprintf(const char *format, va_list ap);

The functions vprintf(), vfprintf(), vsprintf(), vsnprintf() are equivalent to
the functions printf(), fprintf(), sprintf(), snprintf(), respectively, except
that  they  are  called  with  a  va_list instead of a variable number of
arguments.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants