36#ifndef LDVC_SYSINFO_HPP
37#define LDVC_SYSINFO_HPP
u64 ldvc_total_memory()
Retrieves the total amount of memory installed on the system.
u64 ldvc_disk_space()
Retrieves available disk space.
string ldvc_cpu_info()
Retrieves CPU information.
u32 ldvc_cpu_cores()
Retrieves the number of CPU cores available on the system.
Defines common types used throughout the library.