Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows build #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix windows build #87

wants to merge 1 commit into from

Conversation

eclipse0922
Copy link

@eclipse0922 eclipse0922 commented Nov 22, 2023

The size of the long type can vary across different systems. For instance, on Linux, it is 64-bit, while on Windows, it is 32-bit

However, int64_t is a fixed-size data type that is consistent across all systems. It is a 64-bit integer type that can be used to store large numbers

https://stackoverflow.com/questions/43444789/why-do-datatypes-have-different-sizes-on-different-architectures-i-e-a-c-in

@eclipse0922 eclipse0922 changed the title fix window build fix windows build Nov 22, 2023
@eclipse0922 eclipse0922 changed the title fix windows build Fix windows build Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant