#include <stdlib.h>
#include <reent.h>
#include <sys/stat.h>
#include "uart.h"
Go to the source code of this file.
Functions |
int | _close_r (struct _reent *r, int file) |
int | _fstat_r (struct _reent *r, int file, struct stat *st) |
_off_t | _lseek_r (struct _reent *r, int file, _off_t ptr, int dir) |
_ssize_t | _read_r (struct _reent *r, int file, void *ptr, size_t len) |
void * | _sbrk_r (struct _reent *_s_r, ptrdiff_t nbytes) |
_ssize_t | _write_r (struct _reent *r, int file, const void *ptr, size_t len) |
int | isatty (int file) |
Variables |
char | _end [] |
static char * | heap_ptr |
Function Documentation
int _close_r |
( |
struct _reent * |
r, |
|
|
int |
file |
|
) |
| |
int _fstat_r |
( |
struct _reent * |
r, |
|
|
int |
file, |
|
|
struct stat * |
st |
|
) |
| |
_off_t _lseek_r |
( |
struct _reent * |
r, |
|
|
int |
file, |
|
|
_off_t |
ptr, |
|
|
int |
dir |
|
) |
| |
_ssize_t _read_r |
( |
struct _reent * |
r, |
|
|
int |
file, |
|
|
void * |
ptr, |
|
|
size_t |
len |
|
) |
| |
void* _sbrk_r |
( |
struct _reent * |
_s_r, |
|
|
ptrdiff_t |
nbytes |
|
) |
| |
_ssize_t _write_r |
( |
struct _reent * |
r, |
|
|
int |
file, |
|
|
const void * |
ptr, |
|
|
size_t |
len |
|
) |
| |
Variable Documentation