Path: utzoo!mnetor!uunet!husc6!mailrus!nrl-cmf!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hpcilzb!tedj From: tedj@hpcilzb.HP.COM (Ted Johnson) Newsgroups: comp.lang.c Subject: Pascal --> C question Message-ID: <650001@hpcilzb.HP.COM> Date: 2 Mar 88 22:55:27 GMT Organization: HP Design Tech Center - Santa Clara, CA Lines: 24 I am contemplating translating a Pascal program to C, but am not sure if it can be done very easily.... Is there a C equivalent for the Pascal declaration: SinWave: packed array[0..255] of char; ??? Is the C equivalent simply: char SinWave[256]; ??? Any help/pointers are appreciated! -Ted