12#include __CCPP_PLATFORM_PATH(seek_constants.h)
16unsigned alarm(
unsigned __seconds);
23ssize_t read(
int __fd,
void* __buffer,
size_t __count);
24ssize_t write(
int __fd,
void const* __buffer,
size_t __count);
28char*
getcwd(
char* __buffer,
size_t __size);
30int execv(
char const* path,
char*
const argv[]);
31int execvp(
char const* path,
char*
const argv[]);
32int execve(
char const* path,
char*
const argv[],
char*
const envp[]);
__CCPP_BEGIN_DECLARATIONS typedef long ssize_t
Definition ssize_t.h:7
#define __CCPP_END_DECLARATIONS
Definition config.h:8
#define __CCPP_BEGIN_DECLARATIONS
Definition config.h:7
__CCPP_BEGIN_DECLARATIONS typedef __INT64_TYPE__ off_t
Definition off_t.h:7
__CCPP_BEGIN_DECLARATIONS typedef int pid_t
Definition pid_t.h:7
__CCPP_BEGIN_DECLARATIONS typedef __INT64_TYPE__ suseconds_t
Definition suseconds_t.h:7
int execv(char const *path, char *const argv[])
ssize_t write(int __fd, void const *__buffer, size_t __count)
Definition write.cpp:7
int execve(char const *path, char *const argv[], char *const envp[])
int execvp(char const *path, char *const argv[])
off_t lseek(int __fd, off_t __offset, int __whence)
Definition lseek.cpp:7
__CCPP_BEGIN_DECLARATIONS unsigned alarm(unsigned __seconds)
int chdir(char const *__path)
char * getcwd(char *__buffer, size_t __size)
ssize_t read(int __fd, void *__buffer, size_t __count)
Definition read.cpp:7
int usleep(suseconds_t __useconds)