Subversion Repositories Kolibri OS

Rev

Rev 1966 | Rev 6934 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1966 Rev 5270
Line 25... Line 25...
25
#include 
25
#include 
Line 26... Line 26...
26
 
26
 
27
 
27
 
28
#ifndef __HAVE_ARCH_STRLCPY
28
#ifndef __HAVE_ARCH_STRLCPY
29
/**
29
/**
30
 * strlcpy - Copy a %NUL terminated string into a sized buffer
30
 * strlcpy - Copy a C-string into a sized buffer
31
 * @dest: Where to copy the string to
31
 * @dest: Where to copy the string to
32
 * @src: Where to copy the string from
32
 * @src: Where to copy the string from
33
 * @size: size of destination buffer
33
 * @size: size of destination buffer