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

libc doesn't have {u,}intmax_t #17075

Closed
mahkoh opened this issue Sep 7, 2014 · 0 comments · Fixed by #17896
Closed

libc doesn't have {u,}intmax_t #17075

mahkoh opened this issue Sep 7, 2014 · 0 comments · Fixed by #17896

Comments

@mahkoh
Copy link
Contributor

mahkoh commented Sep 7, 2014

No description provided.

bors added a commit that referenced this issue Oct 24, 2014
Closes #17075

I don't know if this is correct. The easiest way to find out is to run the following program on all targets but I can't do it myself.
```c
#include <stdint.h>
#include <stdio.h>

int main(void)
{
	if (sizeof(intmax_t) != 8) {
		puts("ERROR");
		return 1;
	}
}
```
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 a pull request may close this issue.

1 participant