clean-up
[tomato/tomato-dir865l.git] / release / src / router / libiconv / windows / stdint.h
blob3b57f1e98f2be289144be4e79574cc17061fc6fd
1 /* The system doesn't have <stdint.h>.
2 Here are the bare minimum definitions. */
3 typedef unsigned char uint8_t;
4 typedef unsigned short uint16_t;
5 typedef unsigned int uint32_t;