Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!groucho!steve From: steve@groucho.ucar.edu (Steve Emmerson) Newsgroups: comp.std.c Subject: Re: Re: Token pasting in #include directive Message-ID: <5522@ncar.ucar.edu> Date: 2 Dec 89 00:12:32 GMT References: <11160@riks.csl.sony.co.jp> <1989Nov22.222413.3874@utzoo.uucp> Sender: news@ncar.ucar.edu Lines: 12 mcgrath@paris.Berkeley.EDU (Roland McGrath) writes: >They can be: > extern char *strcpy(char *__dest, const char *__source); >with no problems, since __foo is in the implementation's namespace. True. But what about the rest of us (i.e. non-implementors). Should we begin to "comment out" argument names in prototypes, or use single leading underscores, or just hope for the best (with or without documentation)? --Steve Emmerson steve@unidata.ucar.edu