CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: fcloseall

  1. #1
    Join Date
    Feb 2002
    Posts
    1

    fcloseall

    Hi,

    I am working on Solaris 2.8. I want to close all open files using fcloseall(). But, i am not able to use this function in C on Solaris. Can anyone help me in this issue?

    Thanks in Advance
    Regards
    Ash


  2. #2
    Join Date
    Oct 2000
    Location
    London, England
    Posts
    4,773

    Re: fcloseall

    Usually those functions that come with an underscore on Windows are non-standard, but the documentation says it is ANSI.

    Maybe you will find it in unistd.h otherwise I don't know.


    The best things come to those who rate

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured