All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.teavm.backend.c.log.h Maven / Gradle / Ivy

There is a newer version: 0.2.8
Show newest version
#pragma once
#include 
#include 
#include 

extern void teavm_printString(char16_t*);
extern void teavm_printWString(wchar_t*);
extern void teavm_printInt(int32_t);
extern void teavm_logchar(int32_t);
extern void teavm_logCodePoint(int32_t);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy