Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!boulder!tramp!swarbric From: swarbric@tramp.Colorado.EDU (SWARBRICK FRANCIS JOHN) Newsgroups: comp.lang.c Subject: ANSI question Message-ID: <3086@sigi.Colorado.EDU> Date: Sun, 22-Nov-87 19:49:29 EST Article-I.D.: sigi.3086 Posted: Sun Nov 22 19:49:29 1987 Date-Received: Wed, 25-Nov-87 04:32:31 EST Sender: news@sigi.Colorado.EDU Reply-To: swarbric@tramp.Colorado.EDU (SWARBRICK FRANCIS JOHN) Organization: University of Colorado, Boulder Lines: 12 I assume that this will be the new ANSI specification. Does MSC allow this? void testfunc(char **str); /* function prototype */ void testfunc(char **str) { /* actual code */ } MSC 5.0, that is. I know Turbo C allows it. swarbric@tramp.Boulder.EDU