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

Function write

lab8/src/5/src/kernel/syscall.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int write(const char *str) {
28 return asm_system_call(1, (int)str);
29}
30
31int syscall_write(const char *str) {
32 return stdio.print(str);

Callers 2

printf_add_to_bufferFunction · 0.70
printfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected