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

Predefined type int_least16_t missing on x86_64-linux and (unchecked) possibly other platforms #1033

Open
ParadoxV5 opened this issue May 16, 2023 · 0 comments

Comments

@ParadoxV5
Copy link
Contributor

To reproduce:

FFI::find_type :int_least16_t # TypeError

Note there is no int_least16_t in this file, yet I’m able to compile a C program with int_least16_t using gcc on x86_64-linux.

rbx.platform.typedef.int_fast16_t = long
rbx.platform.typedef.int_fast32_t = long
rbx.platform.typedef.int_fast64_t = long
rbx.platform.typedef.int_fast8_t = char
rbx.platform.typedef.int_least32_t = int
rbx.platform.typedef.int_least64_t = long
rbx.platform.typedef.int_least8_t = char

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

No branches or pull requests

1 participant