array_cat0(3) - Linux man page
Name
array_cat0 - append 0 byte to an arraySyntax
#include <array.h>void array_cat0(array* x);
array x;
array_cat0(&x);
Description
array_cat0 appends a 0-byte to the array x.array_cat0 handles failure in the same way as array_cat.