Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: arithmetic on void pointers Message-ID: <9805@smoke.BRL.MIL> Date: 6 Mar 89 20:56:30 GMT References: <1527@ncar.ucar.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <1527@ncar.ucar.edu> russ@groucho.UUCP (Russ Rew) writes: >Is it legal to increment a variable of type void* ? Of course not, because there are no void objects and therefore no way to point at the "next" one.