libcfe
0.12.1
some useful C-functions
ustrncpy.h
Go to the documentation of this file.
1
#ifndef XUSTRNCPY_H
2
#define XUSTRNCPY_H
3
4
#include <stdlib.h>
5
13
size_t
ustrncpy
(
unsigned
char
*dest,
const
char
*src,
size_t
n);
14
15
#endif
/* XUSTRNCPY_H */
ustrncpy
size_t ustrncpy(unsigned char *dest, const char *src, size_t n)
Definition:
ustrncpy.c:4
cfe
ustrncpy.h
Generated on Tue Jan 31 2023 09:56:30 for libcfe by
1.8.14