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

unistd.h « include « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55ecc3a4e66bd4ea5c531463c0dafca289ea2874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* libc/sys/linux/include/unistd.h - Various standard functions */

/* Written 2000 by Werner Almesberger */


#ifndef _NEWLIB_UNISTD_H
#define _NEWLIB_UNISTD_H

#include <sys/types.h>
#include <sys/unistd.h>

/* Declare some missing goodies */

extern char *optarg;
extern int optind, opterr, optopt;


#endif