shithub: cstory

ref: ace79d13f11984cd334ec65479c9e5a042eb99f4
dir: /src/Generic.h/

View raw version
#pragma once
#include <stdint.h>

bool GetCompileVersion(int *v1, int *v2, int *v3, int *v4);
bool IsShiftJIS(uint8_t c);