Token pasting in #include directive

Roland McGrath mcgrath at paris.Berkeley.EDU
Sat Dec 2 08:55:22 AEST 1989


In article <458 at cpsolv.UUCP> rhg at cpsolv.UUCP (Richard H. Gumpertz) writes:

   Maybe the standard header files used in an impleemtation should read
   something like the following:
	   extern char *strcpy(char * /*dest*/, const char * /*source*/);

They can be:
	extern char *strcpy(char *__dest, const char *__source);
with no problems, since __foo is in the implementation's namespace.
--
	Roland McGrath
	Free Software Foundation, Inc.
roland at ai.mit.edu, uunet!ai.mit.edu!roland



More information about the Comp.std.c mailing list