Searched defs:two_bytes (Results 1 – 2 of 2) sorted by relevance
5 struct two_bytes { char data[2]; }; argument
3 typedef char (&two_bytes)[2]; typedef