NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | ATTRIBUTES | SEE ALSO
$(NUCLEUS_DIR)/lib/embedded/libebd.s.a #include <stdio.h> #include <stdarg.h>int vprintf(const char * format, va_list ap);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
The vprintf() , vsprintf() and vsnprintf() functions are the same as printf(3STDC) , sprintf(3STDC) and snprintf(3STDC) functions respectively, with the exception that they are called with an argument list as defined by the <varargs.h> header file.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | ATTRIBUTES | SEE ALSO