llvm-mos-sdk
|
Go to the source code of this file.
Macros | |
#define | STDIN_FILENO 0 |
#define | STDOUT_FILENO 1 |
#define | STDERR_FILENO 2 |
Typedefs | |
typedef unsigned | size_t |
typedef long int | off_t |
Functions | |
int | write (int fd, const void *buf, unsigned count) |
int | read (int fd, void *buf, unsigned count) |
off_t | lseek (int fd, off_t offset, int whence) |
int | unlink (const char *name) |
int | chdir (const char *name) |
char * | getcwd (char *buf, size_t size) |
int | mkdir (const char *name,...) |
int | rmdir (const char *name) |
unsigned | sleep (unsigned seconds) |
#define STDERR_FILENO 2 |
#define STDIN_FILENO 0 |
#define STDOUT_FILENO 1 |
typedef long int off_t |
typedef unsigned size_t |
int chdir | ( | const char * | name | ) |
char* getcwd | ( | char * | buf, |
size_t | size | ||
) |
int mkdir | ( | const char * | name, |
... | |||
) |
int read | ( | int | fd, |
void * | buf, | ||
unsigned | count | ||
) |
int rmdir | ( | const char * | name | ) |
unsigned sleep | ( | unsigned | seconds | ) |
int unlink | ( | const char * | name | ) |
int write | ( | int | fd, |
const void * | buf, | ||
unsigned | count | ||
) |