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.

RELATED TO array_cat0…