mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
bc0f1a4f42
* lib/string.in.h (_GL_STRNUL_INLINE): New macro. (gl_strnul): Use it instead of _GL_STRING_INLINE. * lib/strnul.c: New file. * lib/string.c: Update comment. * modules/strnul (Files): Add strnul.c. Remove string.c. (Makefile.am): Update accordingly.
24 lines
261 B
Plaintext
24 lines
261 B
Plaintext
Description:
|
|
strnul() function: return pointer to terminating NUL byte.
|
|
|
|
Files:
|
|
lib/strnul.c
|
|
|
|
Depends-on:
|
|
string-h
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([strnul])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += strnul.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|