Rechercher une page de manuel
bcat.3abz
Langue: en
Version: August 2004 (ubuntu - 01/11/07)
Section: 3 (Bibliothèques de fonctions)
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>
C'est le rôle essentiel du professeur d'éveiller la joie de travailler
et de connaître.
-+- Albert Einstein -+-
et de connaître.
-+- Albert Einstein -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre