Naming

Peter H. Golde phg at cs.brown.edu
Thu Feb 22 07:28:29 AEST 1990


In article <MCDANIEL.90Feb20172440 at orenda.amara.uucp> mcdaniel at 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 <ctype.h> 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



More information about the Comp.std.c mailing list