jvm/c/native/math.h
2025-01-10 17:51:57 -06:00

10 lines
256 B
C

#pragma once
#include <stdint.h>
#include "frame.h"
void native_java_lang_math_sin_1(struct vm * vm, uint32_t * args);
void native_java_lang_math_cos_1(struct vm * vm, uint32_t * args);
void native_java_lang_math_abs_1(struct vm * vm, uint32_t * args);