MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / print_something

Function print_something

lab4/src/1/print.c:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "print.h"
3
4void print_something() {
5 printf("SYSU 2021 Spring Operating System Course.\n");
6}

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected