discoverpixy
Functions | Variables
newlib_stubs.c File Reference
#include <errno.h>
#include <sys/stat.h>
#include <sys/times.h>
#include <sys/unistd.h>
#include "stm32f4xx.h"
Include dependency graph for newlib_stubs.c:

Functions

int _write (int file, char *ptr, int len)
 
void _exit (int status)
 
int _close (int file)
 
int _execve (char *name, char **argv, char **env)
 
int _fork ()
 
int _fstat (int file, struct stat *st)
 
int _getpid ()
 
int _isatty (int file)
 
int _kill (int pid, int sig)
 
int _link (char *old, char *new)
 
int _lseek (int file, int ptr, int dir)
 
caddr_t _sbrk (int incr)
 
int _open (char *path, int flags,...)
 
int _read (int file, char *ptr, int len)
 
int _stat (const char *filepath, struct stat *st)
 
clock_t _times (struct tms *buf)
 
int _unlink (char *name)
 
int _wait (int *status)
 

Variables

int errno
 
char * __env [1] = { 0 }
 
char ** environ = __env
 

Function Documentation

int _close ( int  file)
int _execve ( char *  name,
char **  argv,
char **  env 
)
void _exit ( int  status)

Here is the call graph for this function:

int _fork ( )
int _fstat ( int  file,
struct stat *  st 
)
int _getpid ( )
int _isatty ( int  file)
int _kill ( int  pid,
int  sig 
)
int _link ( char *  old,
char *  new 
)
int _lseek ( int  file,
int  ptr,
int  dir 
)
int _open ( char *  path,
int  flags,
  ... 
)
int _read ( int  file,
char *  ptr,
int  len 
)
caddr_t _sbrk ( int  incr)

Here is the call graph for this function:

int _stat ( const char *  filepath,
struct stat *  st 
)
clock_t _times ( struct tms *  buf)
int _unlink ( char *  name)
int _wait ( int *  status)
int _write ( int  file,
char *  ptr,
int  len 
)

Here is the caller graph for this function:

Variable Documentation

char* __env[1] = { 0 }
char** environ = __env
int errno