Pascal --> C question

Ted Johnson tedj at hpcilzb.HP.COM
Thu Mar 3 08:55:27 AEST 1988







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



More information about the Comp.lang.c mailing list