Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hpcilzb!tedj From: tedj@hpcilzb.HP.COM (Ted Johnson) Newsgroups: comp.sys.mac.programmer Subject: Pascal --> C question Message-ID: <730007@hpcilzb.HP.COM> Date: 2 Mar 88 22:48:47 GMT Organization: HP Design Tech Center - Santa Clara, CA Lines: 18 I am contemplating translating a Pascal program to (Lightspeed) 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 just: char SinWave[256]; ??? Any help/pointers is appreciated! -Ted