⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unistd.h

📁 Newlib 嵌入式 C库 标准实现代码
💻 H
📖 第 1 页 / 共 2 页
字号:
#ifndef _SYS_UNISTD_H#define _SYS_UNISTD_H#ifdef __cplusplusextern "C" {#endif#include <_ansi.h>#include <sys/types.h>#include <sys/_types.h>#define __need_size_t#define __need_ptrdiff_t#include <stddef.h>extern char **environ;void	_EXFUN(_exit, (int __status ) _ATTRIBUTE ((noreturn)));int	_EXFUN(access,(const char *__path, int __amode ));unsigned  _EXFUN(alarm, (unsigned __secs ));int     _EXFUN(chdir, (const char *__path ));int     _EXFUN(chmod, (const char *__path, mode_t __mode ));#if !defined(__INSIDE_CYGWIN__)int     _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));#endif#if defined(__CYGWIN__) || defined(__rtems__)int     _EXFUN(chroot, (const char *__path ));#endifint     _EXFUN(close, (int __fildes ));#if defined(__CYGWIN__)size_t	_EXFUN(confstr, (int __name, char *__buf, size_t __len));#endifchar    _EXFUN(*ctermid, (char *__s ));char    _EXFUN(*cuserid, (char *__s ));#if defined(__CYGWIN__)int	_EXFUN(daemon, (int nochdir, int noclose));#endifint     _EXFUN(dup, (int __fildes ));int     _EXFUN(dup2, (int __fildes, int __fildes2 ));#if defined(__CYGWIN__)void	_EXFUN(endusershell, (void));#endifint     _EXFUN(execl, (const char *__path, const char *, ... ));int     _EXFUN(execle, (const char *__path, const char *, ... ));int     _EXFUN(execlp, (const char *__file, const char *, ... ));int     _EXFUN(execv, (const char *__path, char * const __argv[] ));int     _EXFUN(execve, (const char *__path, char * const __argv[], char * const __envp[] ));int     _EXFUN(execvp, (const char *__file, char * const __argv[] ));#if defined(__CYGWIN__) || defined(__rtems__) || defined(__SPU__)int     _EXFUN(fchdir, (int __fildes));#endifint     _EXFUN(fchmod, (int __fildes, mode_t __mode ));#if !defined(__INSIDE_CYGWIN__)int     _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));#endifpid_t   _EXFUN(fork, (void ));long    _EXFUN(fpathconf, (int __fd, int __name ));int     _EXFUN(fsync, (int __fd));int     _EXFUN(fdatasync, (int __fd));char    _EXFUN(*getcwd, (char *__buf, size_t __size ));#if defined(__CYGWIN__)int	_EXFUN(getdomainname ,(char *__name, size_t __len));#endif#if !defined(__INSIDE_CYGWIN__)gid_t   _EXFUN(getegid, (void ));uid_t   _EXFUN(geteuid, (void ));gid_t   _EXFUN(getgid, (void ));#endifint     _EXFUN(getgroups, (int __gidsetsize, gid_t __grouplist[] ));#if defined(__CYGWIN__)long    _EXFUN(gethostid, (void));#endifchar    _EXFUN(*getlogin, (void ));#if defined(_POSIX_THREAD_SAFE_FUNCTIONS)int _EXFUN(getlogin_r, (char *name, size_t namesize) );#endifchar 	_EXFUN(*getpass, (const char *__prompt));size_t  _EXFUN(getpagesize, (void));#if defined(__CYGWIN__)int    _EXFUN(getpeereid, (int, uid_t *, gid_t *));#endifpid_t   _EXFUN(getpgid, (pid_t));pid_t   _EXFUN(getpgrp, (void ));pid_t   _EXFUN(getpid, (void ));pid_t   _EXFUN(getppid, (void ));#ifdef __CYGWIN__pid_t   _EXFUN(getsid, (pid_t));#endif#if !defined(__INSIDE_CYGWIN__)uid_t   _EXFUN(getuid, (void ));#endif#ifdef __CYGWIN__char *	_EXFUN(getusershell, (void));char    _EXFUN(*getwd, (char *__buf ));int	_EXFUN(iruserok, (unsigned long raddr, int superuser, const char *ruser, const char *luser));#endifint     _EXFUN(isatty, (int __fildes ));#if !defined(__INSIDE_CYGWIN__)int     _EXFUN(lchown, (const char *__path, uid_t __owner, gid_t __group ));#endifint     _EXFUN(link, (const char *__path1, const char *__path2 ));int	_EXFUN(nice, (int __nice_value ));#if !defined(__INSIDE_CYGWIN__)off_t   _EXFUN(lseek, (int __fildes, off_t __offset, int __whence ));#endif#if defined(__SPU__)#define F_ULOCK	0#define F_LOCK	1#define F_TLOCK	2#define F_TEST	3int     _EXFUN(lockf, (int __fd, int __cmd, off_t __len));#endiflong    _EXFUN(pathconf, (const char *__path, int __name ));int     _EXFUN(pause, (void ));#ifdef __CYGWIN__int	_EXFUN(pthread_atfork, (void (*)(void), void (*)(void), void (*)(void)));#endifint     _EXFUN(pipe, (int __fildes[2] ));ssize_t _EXFUN(pread, (int __fd, void *__buf, size_t __nbytes, off_t __offset));ssize_t _EXFUN(pwrite, (int __fd, const void *__buf, size_t __nbytes, off_t __offset));_READ_WRITE_RETURN_TYPE _EXFUN(read, (int __fd, void *__buf, size_t __nbyte ));#if defined(__CYGWIN__)int	_EXFUN(rresvport, (int *__alport));int	_EXFUN(revoke, (char *__path));#endifint     _EXFUN(rmdir, (const char *__path ));#if defined(__CYGWIN__)int	_EXFUN(ruserok, (const char *rhost, int superuser, const char *ruser, const char *luser));#endifvoid *  _EXFUN(sbrk,  (ptrdiff_t __incr));#if !defined(__INSIDE_CYGWIN__)#if defined(__CYGWIN__)int     _EXFUN(setegid, (gid_t __gid ));int     _EXFUN(seteuid, (uid_t __uid ));#endifint     _EXFUN(setgid, (gid_t __gid ));#endif#if defined(__CYGWIN__)int	_EXFUN(setgroups, (int ngroups, const gid_t *grouplist ));#endifint     _EXFUN(setpgid, (pid_t __pid, pid_t __pgid ));int     _EXFUN(setpgrp, (void ));#if defined(__CYGWIN__) && !defined(__INSIDE_CYGWIN__)int	_EXFUN(setregid, (gid_t __rgid, gid_t __egid));int	_EXFUN(setreuid, (uid_t __ruid, uid_t __euid));#endifpid_t   _EXFUN(setsid, (void ));#if !defined(__INSIDE_CYGWIN__)int     _EXFUN(setuid, (uid_t __uid ));#endif#if defined(__CYGWIN__)void	_EXFUN(setusershell, (void));#endifunsigned _EXFUN(sleep, (unsigned int __seconds ));void    _EXFUN(swab, (const void *, void *, ssize_t));long    _EXFUN(sysconf, (int __name ));pid_t   _EXFUN(tcgetpgrp, (int __fildes ));int     _EXFUN(tcsetpgrp, (int __fildes, pid_t __pgrp_id ));char    _EXFUN(*ttyname, (int __fildes ));#if defined(__CYGWIN__)int     _EXFUN(ttyname_r, (int, char *, size_t)); #endifint     _EXFUN(unlink, (const char *__path ));int 	_EXFUN(usleep, (useconds_t __useconds));int     _EXFUN(vhangup, (void ));_READ_WRITE_RETURN_TYPE _EXFUN(write, (int __fd, const void *__buf, size_t __nbyte ));#ifdef __CYGWIN__# define __UNISTD_GETOPT__# include <getopt.h># undef __UNISTD_GETOPT__#elseextern char *optarg;			/* getopt(3) external variables */extern int optind, opterr, optopt;int	 getopt(int, char * const [], const char *);extern int optreset;			/* getopt(3) external variable */#endif#ifndef        _POSIX_SOURCEpid_t   _EXFUN(vfork, (void ));extern char *suboptarg;			/* getsubopt(3) external variable */int	 getsubopt(char **, char * const *, char **);#endif /* _POSIX_SOURCE */#ifdef _COMPILING_NEWLIB/* Provide prototypes for most of the _<systemcall> names that are   provided in newlib for some compilers.  */int     _EXFUN(_close, (int __fildes ));pid_t   _EXFUN(_fork, (void ));pid_t   _EXFUN(_getpid, (void ));int     _EXFUN(_link, (const char *__path1, const char *__path2 ));_off_t   _EXFUN(_lseek, (int __fildes, _off_t __offset, int __whence ));#ifdef __LARGE64_FILES_off64_t _EXFUN(_lseek64, (int __filedes, _off64_t __offset, int __whence ));#endif_READ_WRITE_RETURN_TYPE _EXFUN(_read, (int __fd, void *__buf, size_t __nbyte ));void *  _EXFUN(_sbrk,  (ptrdiff_t __incr));int     _EXFUN(_unlink, (const char *__path ));_READ_WRITE_RETURN_TYPE _EXFUN(_write, (int __fd, const void *__buf, size_t __nbyte ));int     _EXFUN(_execve, (const char *__path, char * const __argv[], char * const __envp[] ));#endif#if defined(__CYGWIN__) || defined(__rtems__) || defined(__sh__) || defined(__SPU__)#if !defined(__INSIDE_CYGWIN__)int     _EXFUN(ftruncate, (int __fd, off_t __length));int     _EXFUN(truncate, (const char *, off_t __length));#endif#endif#if defined(__CYGWIN__) || defined(__rtems__)int	_EXFUN(getdtablesize, (void));int	_EXFUN(setdtablesize, (int));useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));#if !(defined  (_WINSOCK_H) || defined (__USE_W32_SOCKETS))/* winsock[2].h defines as __stdcall, and with int as 2nd arg */ int	_EXFUN(gethostname, (char *__name, size_t __len));#endifchar *	_EXFUN(mktemp, (char *));#endif#if defined(__CYGWIN__) || defined(__SPU__)void    _EXFUN(sync, (void));#elif defined(__rtems__)int     _EXFUN(sync, (void));#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -