MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / vfprintf

Function vfprintf

Library/OpensslLib/SysCall/CrtWrapper.c:290–293  ·  view source on GitHub ↗

Write formatted output using a pointer to a list of arguments */

Source from the content-addressed store, hash-verified

288
289/* Write formatted output using a pointer to a list of arguments */
290int vfprintf (FILE *stream, const char *format, va_list arg)
291{
292 return 0;
293}
294
295/* Write data to a stream */
296size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream)

Callers 15

printMessageMethod · 0.85
printMessageMethod · 0.85
printMessageMethod · 0.85
printMessageVMethod · 0.85
printMessageMethod · 0.85
printMessageMethod · 0.85
printMessageMethod · 0.85
logitFunction · 0.85
logitFunction · 0.85
my_gcry_loggerFunction · 0.85
_gcry_logvFunction · 0.85
logitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected