> That is a pointer question ;-) You can pass only a pointer to > modifiable > data as an argument to a function. Therefore the limitation > is that in C > the *pointer* to the smallest entity is a pointer to an int > (maybe to a > char). No ? Correct. So anythings smaller than a char is not a (full, real) dataype in C. Related: if you have a large number of boolean variables in your program each will occupy 1 byte, not one bit. No big deal? Try programming on a 10F :) (Jal plug: Jal has real bit variables - they can be passed as parameters, and they are occupy just one bit. I am not saying Jal is better, but it proves that it is possible.) Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische Informatica: www.voti.nl consultancy, development, PICmicro products docent Hogeschool van Utrecht: www.voti.nl/hvu -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist