Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_physmem.h
Go to the documentation of this file.
1// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
12#ifndef TUKLIB_PHYSMEM_H
13#define TUKLIB_PHYSMEM_H
14
15#include "tuklib_common.h"
17
18#define tuklib_physmem TUKLIB_SYMBOL(tuklib_physmem)
19extern uint64_t tuklib_physmem(void);
25
27#endif
#define TUKLIB_DECLS_END
Definition tuklib_common.h:48
#define TUKLIB_DECLS_BEGIN
Definition tuklib_common.h:40
#define tuklib_physmem
Get the amount of physical memory in bytes.
Definition tuklib_physmem.h:19
Common definitions for tuklib modules.