LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How to: (https://www.linuxquestions.org/questions/programming-9/how-to-220240/)

sibtay 08-20-2004 01:08 PM

How to:
 
what should i do to declare

unsigned int 16
and unsigned int 32

itsme86 08-20-2004 01:23 PM

#include <stdint.h>

uint16_t a;
uint32_t b;


All times are GMT -5. The time now is 01:51 PM.