Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stdio_ext.h « include « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcfb662a04efc872bc12aa9e236b87d17f39c7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * stdio_ext.h
 *
 * Definitions for I/O internal operations, originally from Solaris.
 */

#ifndef _STDIO_EXT_H_
#define _STDIO_EXT_H_

#ifdef __rtems__
#error "<stdio_ext.h> not supported"
#endif

#include <stdio.h>

_BEGIN_STD_C

void	 _EXFUN(__fpurge,(FILE *));

_END_STD_C

#endif /* _STDIO_EXT_H_ */