tedj@hpcilzb.HP.COM (Ted Johnson) (03/03/88)
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