Ian Collins <ian-> writes:
> Ben Pfaff wrote:
>> Ian Collins <ian-> writes:
>>
>>> You can't safely use any standard library functions without including
>>> the headers that declare them and their data structures.
>>
>> I don't recommend doing it, but some standard library functions
>> may legitimately be used without including the appropriate
>> standard header:
>>
>> 7.1.4 Use of library functions
>> ....
>> 2 Provided that a library function can be declared without
>> reference to any type defined in a header, it is also
>> permissible to declare the function and use it without
>> including its associated header.
>
> That's why I added "and their data structures"!
I can use exit() by declaring it myself, without including
<stdlib.h>, but your statement (quoted above) says that I can't.
So your statement is wrong.
--
"IMO, Perl is an excellent language to break your teeth on"
--Micah Cowan
|