Question #3508
Proposée par Answiki
le 01/12/2021 à 17:11:18 UTC
En C, quelle bibliothèque faut-il inclure pour utiliser les types int8_t, int16_t, int32_t et int64_t ?
Merged questions
Answer
Submitted by Answiki
on 12/01/2021 at 05:11:09 PM UTC
Les types int8_t
, int16_t
, int32_t
, uint8_t
, uint16_t
, uint32_t
(et également int64_t
et uint64_t
selon l'architecteur) sont définis dans la bibliothèque stdint.h :
#include <stdint.h>
Question by Answiki 12/01/2021 at 05:11:18 PM
En C, quelle bibliothèque faut-il inclure pour utiliser les types int8_t, int16_t, int32_t et int64_t ?
Answer by Answiki on 12/01/2021 at 05:11:09 PM
Les types int8_t
, int16_t
, int32_t
, uint8_t
, uint16_t
, uint32_t
(et également int64_t
et uint64_t
selon l'architecteur) sont définis dans la bibliothèque stdint.h :
#include <stdint.h>
Question by Answiki 12/01/2021 at 05:08:44 PM
En C, quelle bibliothèque faut-il inclure pour utiliser les type int8_t, int16_t, int32_t et int64_t ? replaced by #3508.
# | ID | Query | URL | Count |
---|
Icons proudly provided by Friconix.