Pointers, arrays and dbx problems.

Chris Torek chris at trantor.umd.edu
Sun Feb 14 19:40:31 AEST 1988


In article <360 at imagine.PAWL.RPI.EDU> kyriazis at 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 at mimsy.umd.edu		Path: not easily reachable



More information about the Comp.lang.c mailing list