10 lines
282 B
C
10 lines
282 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "vm.h"
|
|
|
|
void native_java_io_printstream_write_ba_1(struct vm * vm, uint32_t * args);
|
|
void native_java_io_printstream_write_ca_1(struct vm * vm, uint32_t * args);
|
|
void native_java_io_printstream_write_s_1(struct vm * vm, uint32_t * args);
|