Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/28/84; site lll-crg.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!dcdwest!ittvax!decvax!genrad!panda!talcott!harvard!seismo!trwatf!gymble!lll-crg!brooks From: brooks@lll-crg.ARPA (Eugene D. Brooks III) Newsgroups: net.lang.c Subject: Re: Re: Un-alignment in structures Message-ID: <482@lll-crg.ARPA> Date: Sat, 30-Mar-85 14:16:38 EST Article-I.D.: lll-crg.482 Posted: Sat Mar 30 14:16:38 1985 Date-Received: Tue, 2-Apr-85 07:52:51 EST References: <9434@brl-tgr.ARPA>, <4258@umcp-cs.UUCP> <5345@utzoo.UUCP> Organization: Lawrence Livermore Labs, CRG group Lines: 6 > const char *pcc; /* ptr to const char */ > char *const cpc; /* const ptr to char */ Just when I thould I could successfully declare a pointer to a pointer to a fuction which returns a pointer to an int you toss in another curve ball. Fun, fun, fun!