Hello, I would like to extend the C language, using clang, to include variable types which are not of power of two bit size. For example, I would like to add the variable type "int5" which will be an integer of 5 bits. Can you recommend the best course of action to implement such a feature ? Thank you, Nadav Rotem