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

Method STDIO

lab4/src/7/src/kernel/stdio.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "asm_utils.h"
4
5STDIO::STDIO()
6{
7 initialize();
8}
9
10void STDIO::initialize()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected