Preguntas con la etiqueta [stdint]
Lista
stdint preguntas
Cómo imprimir de forma portátil un tipo int64_t en C
7
respuestas
408
votos
660.1k
vistas
El estándar C99 tiene tipos de números enteros con tamaño de bytes como int64_t. %I64dActualmente estoy usando el formato de Windows (o sin firmar %I64u), como: #include <stdio.h> #include <stdint.h>