man bcat () - concatenate strings.

NAME

bcat - concatenate strings.

LIBRARIES

Abz Library (-labz), Debug Library (-ldebug)

SYNOPSIS

#include <abz/bcat.h>

char *bcat(const char *arg",...);

DESCRIPTION

The bcat() function concatenate all the arguments (which should all be of type const char *) into one buffer.

RETURN VALUE

The bcat() function returns a buffer if successful or NULL if some error occurred.

Check errno to see what error occurred.

NOTES

None of the libabz routines are thread-safe. I'm not planning to change this either! For more information, please see http://threading.2038bug.com/

AUTHOR

Written by Abraham vd Merwe <abz@blio.com>