Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!ames!ucbcad!faustus From: faustus@ucbcad.berkeley.edu (Wayne A. Christopher) Newsgroups: comp.lang.c Subject: Re: How to get Ada private types in C Message-ID: <1312@ucbcad.berkeley.edu> Date: Mon, 16-Mar-87 18:12:05 EST Article-I.D.: ucbcad.1312 Posted: Mon Mar 16 18:12:05 1987 Date-Received: Tue, 17-Mar-87 04:35:51 EST References: <172@m10ux.UUCP> <513@ci-dandelion.UUCP> <5767@mimsy.UUCP> <15039@sun.uucp> Organization: CAD Group, U.C. Berkeley Lines: 10 In article <15039@sun.uucp>, guy%gorodish@Sun.COM (Guy Harris) writes: > Well, "caddr_t" isn't specific to 4BSD; other versions of UNIX have it. > However, it's not really a "new" type; it's just a "typedef" name for > "char *". The problem with "caddr_t" is that it doesn't look like a pointer... Although that may be a good thing since it will make you not want to dereference it without casting it... Wayne