helper_dyn.c File Reference

Support functions for libloader.s.so. More...

#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <l4/sys/kdebug.h>
#include <l4/util/util.h>

Functions

int memcmp (const void *dst, const void *src, size_t count)
void * memset (void *dest, int c, size_t n)
int strncmp (const char *s1, const char *s2, size_t n)
int strcmp (const char *s1, const char *s2)
char * strncpy (char *dest, const char *src, size_t n)
char * strcpy (char *dest, const char *src)
size_t strlen (const char *s)
char * strstr (const char *haystack, const char *needle)
char * strchr (const char *s, int c)


Detailed Description

Support functions for libloader.s.so.

Date:
06/15/2001
Author:
Frank Mehnert <fm3@os.inf.tu-dresden.de>

L4 Loader Reference Manual, part of DROPS  © 2000-2003