In my program I have uint4 x variable.
I have to print its value to stdout.
How can I implement it using printf?
Thank you in advance
Note:uint4 x a structure of 4 unsigned integers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
uint4is no standard type and there’s no common definition. I know of projects whereuint4refers to any of these:You’d print them like this: