▲ | pratyahava 6 days ago | |||||||||||||||||||||||||
yep, i remember when i tried coding for some atmega, i was wondering "how big are int and uint?" and wanted the types names to always include the size like uint8. but also there is char type, which should become char8 which looks even more crazy. | ||||||||||||||||||||||||||
▲ | kazinator 6 days ago | parent [-] | |||||||||||||||||||||||||
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"? | ||||||||||||||||||||||||||
|