Uint types in c | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Uint types in c

I tried to use uints in c in sololearn but that variables are not recognized. Someone can say why?

17th Oct 2023, 6:34 PM
Werg Serium
Werg Serium - avatar
2 Respostas
+ 2
Missing include: #include <stdint.h>
17th Oct 2023, 7:55 PM
Brian
Brian - avatar
+ 1
Oh. So i should do this in standard C? Ok, thank you for the hint.
17th Oct 2023, 7:58 PM
Werg Serium
Werg Serium - avatar