Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ printHelloWorld
Function
printHelloWorld
examples/ApplicationLib/hello.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include
"hello.h"
30
31
void printHelloWorld()
32
{
33
PrintFormated(
"Hello World!\n"
);
34
}
35
36
int (*PrintFormated)(const char*, ...) = printf;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68