Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

string.h File Reference

Header for string routines. More...

#include <types.h>
#include <arch/mem.h>

Go to the source code of this file.

Functions

int strcmp (const char *s1, const char *s2)
char * strcpy (char *dest, const char *org)
char * strncpy (char *dest, const char *org, size_t n)
size_t strlen (const char *str)
size_t strnlen (const char *s, unsigned int count)
int strncmp (const char *s1, const char *s2, size_t n)
char * strcat (char *s, const char *append)
char * strncat (char *dest, const char *src, size_t count)
char * strstr (const char *s, const char *find)
void strtoupper (char *s)
char * strpbrk (const char *cs, const char *ct)


Detailed Description

Header for string routines.

Author:
Andrea Righi <drizzt@inwind.it>
Date:
Last update: 2003-10-27
Note:
Copyright (©) 2003 Andrea Righi

Definition in file string.h.


Generated on Fri Feb 20 15:32:20 2004 for Minirighi by doxygen1.2.18