MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SysInfo

Function SysInfo

LibLemon/src/lemon/info.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4namespace Lemon{
5 lemon_sysinfo_t SysInfo(){
6 lemon_sysinfo_t info;
7 syscall(SYS_INFO, &info);
8 return info;
9 }
10}

Callers 2

mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected