Main Page | Modules | Data Structures | Directories | File List | Data Fields

strlcpy.h

00001 /* 
00002  * Copyright (c) 2005-2007 by KoanLogic s.r.l. - All rights reserved.  
00003  */
00004 #ifndef _LIBU_STRCPY_H_
00005 #define _LIBU_STRCPY_H_
00006 #include <u/libu_conf.h>
00007 #include <sys/types.h>
00008 
00009 #ifdef HAVE_STRCPY
00010 #include <string.h>
00011 #else
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 size_t strlcpy(char *dst, const char *src, size_t siz);
00018 
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022 
00023 #endif
00024 
00025 #endif

←Products
© 2005-2007 - KoanLogic S.r.l. - All rights reserved