Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
void print_something() {
5
printf(
"SYSU 2021 Spring Operating System Course.\n"
);
6
}
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.50
Tested by
no test coverage detected