Re: Newbie howto question.



On 2005-04-27, Michael Wojcik <mwojcik@xxxxxxxxxxx> wrote:

<snip>
>> remove(), rename() and tmpnam() are all in C99, I am not sure about
>> ANSI C.
>
> C99 is "ANSI C" - it's the most recent version of the ISO C standard,
> which was adopted by ANSI. But remove, rename, and tmpnam have all
> been part of the standard C library since the first ANSI standard.
<snip>

Thanks, that's what I need. I had a hunch I was missing something.

Perhaps I should take further questions to comp.lang.c as you suggest.

I appreciate this informative response!

Longfellow

.



Relevant Pages

  • Re: Newbie howto question.
    ... >which was adopted by ANSI. ... But remove, rename, and tmpnam have all ... The ultimate truth is that there is no ultimate truth ...
    (comp.programming)
  • Re: ANSI C compliance
    ... > with irrelevant details about ANSI C. ... what you call "strict ANSI C"), provided that they made up for this ... Correct use of the C language sure beats the hell out of its incorrect use ...
    (comp.lang.c)
  • Re: how to open stdout
    ... What would make a file name "more an ANSI C one"? ... >Perhaps you could conclude that from his closing and reopening stdout. ... People who close a file associated with a standard stream should not ...
    (comp.lang.c)
  • Re: Macro define function?
    ... Please snip irrelevant stuff. ... > keywords description) ANSI C document? ... final draft, see the last public draft, N869, which is here: ...
    (comp.lang.c)
  • Re: Casting of void pointer returned by malloc()
    ... The cast is not required in ANSI C. ... rjh at the above domain, ...
    (comp.lang.c)