Path: utzoo!attcan!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!maart From: maart@cs.vu.nl (Maarten Litmaath) Newsgroups: comp.lang.c Subject: Re^2: hardcoded constants Message-ID: <1839@piraat.cs.vu.nl> Date: 19 Dec 88 20:46:44 GMT References: <1988Dec8.173158.11839@utzoo.uucp> <846@starfish.Convergent.COM> <9134@smoke.BRL.MIL> <1988Dec13.172306.16195@utzoo.uucp> <5146 <2636@m2-net.UUCP> Organization: V.U. Informatica, Amsterdam, the Netherlands Lines: 18 remmers@m-net.UUCP (John H. Remmers) writes: \... \ #define Catspace(s,t) (strlen(s) + strlen(t) + 1) \... \ foo = malloc(Catspace(s,t) + sizeof('/')); % cat c.c main() { printf("%d\n", sizeof '/'); } % cc c.c % a.out 4 % -- fcntl(fd, F_SETFL, FNDELAY): |Maarten Litmaath @ VU Amsterdam: let's go weepin' in the corner! |maart@cs.vu.nl, mcvax!botter!maart