2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
14 # Copyright 2016 Joyent, Inc.
18 # Definitions found in stdio.h
24 type | FILE | stdio.h | ALL
25 type | fpos_t | stdio.h | ALL
26 type | size_t | stdio.h | ALL
31 value | BUFSIZ | int | stdio.h | ALL
32 value | EOF | int | stdio.h | ALL
33 value | NULL | void * | stdio.h | ALL
34 value | stderr | FILE * | stdio.h | ALL
35 value | stdin | FILE * | stdio.h | ALL
36 value | stdout | FILE * | stdio.h | ALL
37 value | optarg | char * | stdio.h | -ALL +XPG3+ -SUSv3+
38 value | optind | int | stdio.h | -ALL +XPG3+ -SUSv3+
39 value | opterr | int | stdio.h | -ALL +XPG3+ -SUSv3+
40 value | optopt | int | stdio.h | -ALL +XPG3+ -SUSv3+
58 const char *; const char * |\