Pascal --> C question

Rafael Llave llave at phoenix.Princeton.EDU
Sun Mar 13 10:20:21 AEST 1988


# 
# Except that the useful ones are never that easy.  One of my favorites:
# 	bitstring: packed array[0..1023] of boolean;
# In C you have to do bit-fiddling by hand to get the same effect.
# 

Many Pascal compilers ignore packed



More information about the Comp.lang.c mailing list