#How to allocate some memory to a variable inside of a struct
15 messages · Page 1 of 1 (latest)
int foo:2;
oh
however, it's worth doing so only if you have additional such fields
without normal fields between them
otherwise, it's likely to take 4 bytes still
waaitt
forgot to mention, i'm on C
that is for C
does that work on non-struct?
oh
you can't allocate anything smaller than 1 byte
i know that