arch/avr8/include/arch/string.h File Reference

Standard string operations for AVR. More...

#include <generic/string.h>

Go to the source code of this file.

Functions

static void * memcpy (void *dest, const void *src, size_t n)
 Copy memory area.
static void * memset (void *s, int c, size_t n)
 Initialize memory area.
static size_t strlen (const char *str)
 Calculate the length of a string.
static int strcmp (const char *str1, const char *str2)
 Compare two strings str1 and str2.
static int strncmp (const char *str1, const char *str2, size_t n)
 Compare the first n characters of two strings str1 and str2.

Detailed Description

Standard string operations for AVR.

Copyright (C) 2009 - 2010 Atmel Corporation. All rights reserved.

Definition in file string.h.

Generated on Thu Apr 29 15:18:22 2010 for display-training by  doxygen 1.6.3