Naming

Tim McDaniel mcdaniel at amara.uucp
Wed Feb 28 02:33:34 AEST 1990


drd at siia.mv.com (David Dick) writes:
   [The names in the standard library are also reserved]
   Remember that you can no longer "roll your own" version of any
   of these routines.

Are standard library names utterly and completely reserved, or can I
fake it with #define, as in
	#define malloc(bytes)	my_malloc(bytes, __FILE__, __LINE__)
--
Tim McDaniel
Applied Dynamics International, Ann Arbor, MI
Internet: mcdaniel%amara.uucp at mailgw.cc.umich.edu
UUCP: {uunet,sharkey}!amara!mcdaniel



More information about the Comp.std.c mailing list