Path: utzoo!mnetor!uunet!husc6!bbn!rochester!udel!princeton!phoenix!llave From: llave@phoenix.Princeton.EDU (Rafael Llave) Newsgroups: comp.lang.c Subject: Re: Pascal --> C question Message-ID: <2055@phoenix.Princeton.EDU> Date: 13 Mar 88 00:20:21 GMT References: <650001@hpcilzb.HP.COM> <4940001@hpiacla.HP.COM> <3352@psuvax1.psu.edu> Organization: Princeton University, NJ Lines: 7 Summary: Pascal->C # # 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