Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ptsfa!well!gam3
From: gam3@well.UUCP (G. Allen Morris III)
Newsgroups: comp.lang.c
Subject: Re: ANSI question
Message-ID: <4531@well.UUCP>
Date: Wed, 25-Nov-87 12:25:35 EST
Article-I.D.: well.4531
Posted: Wed Nov 25 12:25:35 1987
Date-Received: Sun, 29-Nov-87 11:49:43 EST
References: <3086@sigi.Colorado.EDU>
Reply-To: gam3@well.UUCP (G. Allen Morris III)
Organization: Whole Earth 'Lectronic Link, Sausalito, CA
Lines: 12

I would like to know what ANSI things of this code:

typedef char** GAR;

void function(GAR);

void
function(n)
char **n;
{
    ;
}