Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vlog
Function
vlog
lib/ff_subr_prf.c:583–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
}
582
583
void
584
vlog(int level, const char *fmt, va_list ap)
585
{
586
(void)vprintf(fmt, ap);
587
}
588
589
void
590
log(int level, const char *fmt, ...)
Callers
1
log
Function · 0.70
Calls
1
vprintf
Function · 0.70
Tested by
no test coverage detected