Path: utzoo!attcan!uunet!brunix!phg From: phg@cs.brown.edu (Peter H. Golde) Newsgroups: comp.std.c Subject: Re: Naming Message-ID: <30075@brunix.UUCP> Date: 21 Feb 90 20:28:29 GMT References: Sender: news@brunix.UUCP Reply-To: phg@cs.brown.edu (Peter H. Golde) Organization: Brown University Department of Computer Science Lines: 12 In article mcdaniel@amara.uucp (Tim McDaniel) writes: >I think that identifiers that match these regular expressions are >reserved to an implementation: > __.* > _[a-zA-Z].* with external linkage? > is.* only if is included? > E[A-Z]* for error codes? >Yes? No? I believe math functions ending in "l" are reserved for long double math functions, i.e. "sinl", "log10l", etc. --Peter Golde