Iros
 
Loading...
Searching...
No Matches
unistd.h File Reference

Go to the source code of this file.

Functions

__CCPP_BEGIN_DECLARATIONS unsigned alarm (unsigned __seconds)
 
int usleep (suseconds_t __useconds)
 
off_t lseek (int __fd, off_t __offset, int __whence)
 
int close (int __fd)
 
ssize_t read (int __fd, void *__buffer, size_t __count)
 
ssize_t write (int __fd, void const *__buffer, size_t __count)
 
int chdir (char const *__path)
 
int fchdir (int __fd)
 
char * getcwd (char *__buffer, size_t __size)
 
int execv (char const *path, char *const argv[])
 
int execvp (char const *path, char *const argv[])
 
int execve (char const *path, char *const argv[], char *const envp[])
 
pid_t getpid ()
 
int dup (int fd)
 
int isatty (int fd)
 

Function Documentation

◆ alarm()

__CCPP_BEGIN_DECLARATIONS unsigned alarm ( unsigned __seconds)

◆ chdir()

int chdir ( char const * __path)

◆ close()

int close ( int __fd)

◆ dup()

int dup ( int fd)

◆ execv()

int execv ( char const * path,
char *const argv[] )

◆ execve()

int execve ( char const * path,
char *const argv[],
char *const envp[] )

◆ execvp()

int execvp ( char const * path,
char *const argv[] )

◆ fchdir()

int fchdir ( int __fd)

◆ getcwd()

char * getcwd ( char * __buffer,
size_t __size )

◆ getpid()

pid_t getpid ( )

◆ isatty()

int isatty ( int fd)

◆ lseek()

off_t lseek ( int __fd,
off_t __offset,
int __whence )

◆ read()

ssize_t read ( int __fd,
void * __buffer,
size_t __count )

◆ usleep()

int usleep ( suseconds_t __useconds)

◆ write()

ssize_t write ( int __fd,
void const * __buffer,
size_t __count )