mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
13 lines
175 B
C++
13 lines
175 B
C++
//
|
|
// Created by stepus53 on 24.8.24.
|
|
//
|
|
|
|
#ifndef MEMORYHELPERS_H
|
|
#define MEMORYHELPERS_H
|
|
|
|
namespace MemoryHelpers {
|
|
unsigned int get_page_size();
|
|
}
|
|
|
|
#endif //MEMORYHELPERS_H
|