▲ | kazinator 6 days ago | ||||||||||||||||
Would you want the main function to be:
How about struct tm?
What for? Or do we "shrink wrap" every field to the smallest type? "uint8_t tm_hour"? | |||||||||||||||||
▲ | zozbot234 6 days ago | parent [-] | ||||||||||||||||
You'd define architecture-specific typedefs to deal with these cases in a portable way. The C standard already has types like int_fast8_t that are similar in principle. | |||||||||||||||||
|