WillStealYourUsernameM to 196English · 4 months agoGay alruleationsimagemessage-square13linkfedilinkarrow-up1285cross-posted to: yurimemes
arrow-up1285imageGay alruleationsWillStealYourUsernameM to 196English · 4 months agomessage-square13linkfedilinkcross-posted to: yurimemes
minus-squaregandalf_der_12telinkfedilinkEnglisharrow-up3·4 months agono, i think it depends on the platform. On most platforms, char is an alias for uint8_t but on some platforms, it’s uint32_t. The point of having 32-bit chars is that unicode is easier to represent.
no, i think it depends on the platform. On most platforms,
char
is an alias foruint8_t
but on some platforms, it’suint32_t
. The point of having 32-bit chars is that unicode is easier to represent.