You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to V, so I don't really know if this is a bug in the documentation or in V itself, but this mapping would be wrong: char is not guaranteed to be signed (on PowerPC it's unsigned), so the correct mapping would be to signed char.
Describe the issue
The documentation says:
I'm new to V, so I don't really know if this is a bug in the documentation or in V itself, but this mapping would be wrong:
char
is not guaranteed to be signed (on PowerPC it's unsigned), so the correct mapping would be tosigned char
.Links
https://github.com/vlang/v/blob/master/doc/c_and_v_type_interoperability.md
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: