RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions
lib.c File Reference

libc needed by bootloaded More...

Functions

void * memset (void *p, int c, unsigned int n)
 
void * memcpy (void *dst, const void *src, unsigned int n)
 
char * strcat (char *dest, const char *src)
 
int strlen (const char *string)
 

Detailed Description

libc needed by bootloaded

This file contains the implementation of functions that are unresolved in the bootloader. Unfortunately it shall not use any object code from newlib or RTEMS because they are not compiled with the right option!!!

Note
You've been warned!!!.