string.h File Reference

#include <ubixos/types.h>

Go to the source code of this file.

Functions

void * memcpy (void *dst, const void *src, size_t length)
void * memset (void *dst, int c, size_t length)
int sprintf (char *str, const char *format,...)
int strcmp (const char *, const char *)
int strlen (const char *string)
long strtol (const char *__restrict nptr, char **__restrict endptr, int base)


Function Documentation

void* memcpy ( void *  dst,
const void *  src,
size_t  length 
)

void* memset ( void *  dst,
int  c,
size_t  length 
)

Definition at line 37 of file memset.c.

References VAL, WIDEVAL, wmask, and wsize.

int sprintf ( char *  str,
const char *  format,
  ... 
)

Definition at line 51 of file kprintf.c.

References vaEnd, vaStart, and vsprintf().

int strcmp ( const char *  ,
const char *   
)

Definition at line 42 of file string.c.

int strlen ( const char *  string  ) 

Definition at line 91 of file string.c.

long strtol ( const char *__restrict  nptr,
char **__restrict  endptr,
int  base 
)

Definition at line 12 of file strtol.c.

References LONG_MAX, LONG_MIN, and NULL.

Referenced by inet_aton().


Generated on Tue Dec 5 23:34:59 2006 for UbixOS V2 by  doxygen 1.4.7