#include <stdio.h>#include <stdlib.h>#include "loc_incl.h"#include <sys/types.h>Go to the source code of this file.
Functions | |
| off_t | _lseek (int fildes, off_t offset, int whence) |
| ssize_t | _write (int d, const char *buf, int nbytes) |
| int | _isatty (int d) |
| int | __flushbuf (int c, FILE *stream) |
Variables | |
| void(* | _clean )(void) |
| int __flushbuf | ( | int | c, | |
| FILE * | stream | |||
| ) |
Definition at line 33 of file flushbuf.c.
| int _isatty | ( | int | d | ) |
| off_t _lseek | ( | int | fildes, | |
| off_t | offset, | |||
| int | whence | |||
| ) |
| ssize_t _write | ( | int | d, | |
| const char * | buf, | |||
| int | nbytes | |||
| ) |
| void(* _clean)(void) |
1.5.8