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

Method STDIO

lab8/src/2/src/kernel/stdio.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "stdlib.h"
7
8STDIO::STDIO()
9{
10 initialize();
11}
12
13void STDIO::initialize()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected