0
Uint types in c
I tried to use uints in c in sololearn but that variables are not recognized. Someone can say why?
2 Respuestas
+ 2
Missing include:
#include <stdint.h>
+ 1
Oh. So i should do this in standard C? Ok, thank you for the hint.
I tried to use uints in c in sololearn but that variables are not recognized. Someone can say why?