Path: utzoo!utgpu!water!watmath!clyde!rutgers!umd5!trantor.umd.edu!chris From: chris@trantor.umd.edu (Chris Torek) Newsgroups: comp.lang.c Subject: Re: Pointers, arrays and dbx problems. Keywords: Arrays, dbx arror?? Message-ID: <2297@umd5.umd.edu> Date: 14 Feb 88 09:40:31 GMT References: <360@imagine.PAWL.RPI.EDU> Sender: ris@umd5.umd.edu Reply-To: chris@trantor.umd.edu (Chris Torek) Organization: University of Maryland, College Park Lines: 15 In article <360@imagine.PAWL.RPI.EDU> kyriazis@pawl20.pawl.rpi.edu (George Kyriazis) writes: >int (*lines)[2]; > >... What I actually want is a pointer to arrays of 2 ints. ... >Anyway, when I run it thru dbx on a SUN and ask 'whatis lines' I get this: > >int (*lines)[8196]; Your Sun's dbx (or compiler) is buggy. Sun's dbx releases seem to be almost as buggy as those in 4.2BSD. -- In-Real-Life: Chris Torek, Univ of MD Computer Science, +1 301 454 7163 (hiding out on trantor.umd.edu until mimsy is reassembled in its new home) Domain: chris@mimsy.umd.edu Path: not easily reachable