mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
12 lines
104 B
C
12 lines
104 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void memory_trace();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|