Find the answer to your Linux question:
Results 1 to 3 of 3
how to find the type of buffer... setvbuf is for setting the buffer type... I need to find the type of buffer a file opened in c ?? how ??...
  1. #1
    Just Joined! sathiya's Avatar
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    97

    determining the type of buffer

    how to find the type of buffer...

    setvbuf is for setting the buffer type...

    I need to find the type of buffer a file opened in c ?? how ??

  2. #2
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    In ANSI C, there is no way to do that.
    --
    Bill

    Old age and treachery will overcome youth and skill.

  3. #3
    Just Joined! sathiya's Avatar
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    97

    Thumbs up yes, you are right, and thanks for your help

    yes, there is no way to find it.... i also searched a lot..

    now with your answer i got confirmed that there is no way to query it..

    THANKS a lot...

Posting Permissions

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