Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

string.h File Reference

#include <stddef.h>

Go to the source code of this file.

Functions

int strncmp (char *s1, char *s2, long n)
int strcmp (char *s1, char *s2)
char * strcpy (char *dest, const char *src)
char * strncpy (char *s1, const char *s2, int n)
size_t strlen (const char *s)
char * strchr (const char *s, int c)
void * memcpy (void *dst0, void *src0, long size)
void * memset (void *dst, int c, int n)
int memcmp (const void *s1, const void *s2, int n)


Function Documentation

int memcmp const void *  s1,
const void *  s2,
int  n
 

void* memcpy void *  dst0,
void *  src0,
long  size
 

void* memset void *  dst,
int  c,
int  n
 

char* strchr const char *  s,
int  c
 

int strcmp char *  s1,
char *  s2
 

char* strcpy char *  dest,
const char *  src
 

size_t strlen const char *  s  ) 
 

int strncmp char *  s1,
char *  s2,
long  n
 

char* strncpy char *  s1,
const char *  s2,
int  n
 


Generated on Wed Mar 22 20:36:34 2006 for ndk by  doxygen 1.4.4