mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
272 B
Plaintext
25 lines
272 B
Plaintext
Description:
|
|
stpncpy() function: copy a size-bounded string, returning a pointer to its end.
|
|
|
|
Files:
|
|
lib/stpncpy.h
|
|
lib/stpncpy.c
|
|
m4/stpncpy.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_STPNCPY
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"stpncpy.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|
|
|