MCPcopy 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
31void printHelloWorld()
32{
33 PrintFormated("Hello World!\n");
34}
35
36int (*PrintFormated)(const char*, ...) = printf;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68