shithub: cstory

ref: 11f6bf9f168feba5672ee352a02fded0ce453215
dir: /src/Generic.h/

View raw version
#pragma once

bool GetCompileVersion(int *v1, int *v2, int *v3, int *v4);
long GetFileSizeLong(const char *path);
bool CheckFileExists(const char *name);
bool IsShiftJIS(unsigned char c);