Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!att!cbnewsh!ka@cbnewsh.ATT.COM From: ka@cbnewsh.ATT.COM (Kenneth Almquist) Newsgroups: comp.std.c Subject: Reserved names in ANSI C Summary: Which names are reserved? Message-ID: <1598@cbnewsh.ATT.COM> Date: 20 Jun 89 19:17:23 GMT References: <13680@haddock.ima.isc.com> Sender: jgy@cbnewsh.ATT.COM Reply-To: ka@hulk.att.com Lines: 7 karl@haddock.ima.isc.com (Karl Heuer) writes: > Technically this is illegal because the str* namespace is reserved... I know that ANSI C reserves all names that begin with and underscore, and I just learned from the above quote that it reserves all names beginning with "str". Are there other names to be avoided as well? Kenneth Almquist