Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
brkho
/
mesa
Observar
1
Favorito
0
Fork
0
Código
Versões
562
Wiki
Atividade
Ver código fonte
Add missing intmax_t and uintmax_t
tags/mesa-7.9-rc1
Ian Romanick
15 anos atrás
pai
a77a6bc008
commit
d960b61ea3
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
include/c99/stdint.h
+ 3
- 0
include/c99/stdint.h
Ver arquivo
@@ -110,6 +110,9 @@ typedef unsigned __int32 uintptr_t;
#define INT64_C(__val) __val##i64
#define UINT64_C(__val) __val##ui64
typedef int64_t intmax_t;
typedef uint64_t uintmax_t;
#else
#error "Unsupported compiler"
#endif
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar