Ignore:
Timestamp:
Jul 6, 2005, 5:59:36 AM (20 years ago)
Author:
bird
Message:

o Added/replaced setbuf, setbuffer and setlinebuf with FreeBSD impls.
o Added the BSD 4.4. setmode/getmode functions from FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdio.h

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r2222 r2223  
    408408/** @todo int    fpurge(FILE *); */
    409409void     setbuffer(FILE *, char *, int);
    410 /** @todo int    setlinebuf(FILE *); */
     410int      setlinebuf(FILE *);
    411411int      vasprintf(char **, const char *, __va_list)
    412412            __printflike(2, 0);
Note: See TracChangeset for help on using the changeset viewer.