Files
vm/src/emulated/function.h
2026-04-14 00:02:09 +02:00

7 lines
66 B
C

#pragma once
#include <stdint.h>
int32_t operation(int32_t a);