Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!phri!delftcc!henry
From: henry@delftcc.UUCP (Henry Rabinowitz)
Newsgroups: comp.lang.c
Subject: array indexed by long.  portable?
Message-ID: <166@delftcc.UUCP>
Date: Mon, 13-Jul-87 15:35:59 EDT
Article-I.D.: delftcc.166
Posted: Mon Jul 13 15:35:59 1987
Date-Received: Wed, 15-Jul-87 01:09:02 EDT
Organization: Delft Consulting Corp., New York
Lines: 3
Keywords: C portability

The following declaration appears to be OK in ANSI C:
	char a[70000L];
Is it portable to existing C compilers?