NetBSD/lib/libc/cdb
riastradh 72254be91c cdbw(3): Make cdbw_output descr parameter type less confusing.
This is a string of _up to_ 16 bytes, used with strncpy(..., 16).
Specifying `const char descr[16]', while formally equivalent to
`const char *descr' in standard C, now provokes the ire of gcc when
the caller does not provide a buffer of at least 16 bytes.
2023-08-08 10:34:08 +00:00
..
Makefile.inc
cdb.5
cdbr.3
cdbw.3 cdbw(3): Make cdbw_output descr parameter type less confusing. 2023-08-08 10:34:08 +00:00
cdbw.c cdbw(3): Make cdbw_output descr parameter type less confusing. 2023-08-08 10:34:08 +00:00