Create STD.h which have the following data type • typedef unsigned char uint8 • typedef char Int8 • typedef unsigned short uint16 • typedef short int16 • typedef unsigned int uint32 • typedef int ...