Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!hplabs!hpda!hpdslab!hpiacla!mlight From: mlight@hpiacla.HP.COM (Mike Light ) Newsgroups: comp.lang.c Subject: Re: Pascal --> C question Message-ID: <4940001@hpiacla.HP.COM> Date: 8 Mar 88 19:03:05 GMT References: <650001@hpcilzb.HP.COM> Organization: Hewlett Packard Lines: 12 > Is there a C equivalent for the Pascal declaration: > SinWave: packed array[0..255] of char; > > Is the C equivalent simply: > char SinWave[256]; You guessed it! Almost any pascal-ism has an equivalent in C (but not necessarily the other way around). Many translators abound, and if you are looking specifically for one which handles HP Standard Pascal, the folks at CLL (Compiler Language Lab) can help you out. -- Mike Light hpda!hpiacla!mlight