GCC Middle and Back End API Reference
tsystem.h File Reference

Go to the source code of this file.

Functions

void * malloc (size_t)
void free (void *)
int atexit (void(*)(void))
void abort (void) __attribute__((__noreturn__))
size_t strlen (const char *)
void * memcpy (void *, const void *, size_t)
void * memset (void *, int, size_t)

Variables

int errno

Function Documentation

void abort ( void  )
int atexit ( void(*)(void)  )
void free ( void *  )
void* malloc ( size_t  )
   GCC supplies these headers.  

Variable Documentation

int errno
   We disable this when inhibit_libc, so that gcc can still be built without
   needing header files first.  
   ??? This is not a good solution, since prototypes may be required in
   some cases for correct code.  
   GCC supplies this header.  
   All systems have this header.  
   All systems have this header.  
   All systems have this header.