array_cat0(3) append 0 byte to an array

SYNTAX

#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.