Rechercher une page de manuel
vrun.3abz
Langue: en
Version: March 2007 (ubuntu - 01/11/07)
Section: 3 (Bibliothèques de fonctions)
NAME
run, vrun - execute a commandLIBRARIES
Abz Library (-labz), Debug Library (-ldebug)SYNOPSIS
#include <abz/run.h> int runv(char *const argv[]); int vrun(const char *fmt, va_list ap); int run(const char *fmt, ...);
DESCRIPTION
Each function in the run family executes a command with the specified printf-style parameters or NULL terminated argument list. All input and output of the specified program is discarded.RETURN VALUE
These functions all return 0 if successful, -1 if some error occurred. Call abz_get_error() to retrieve error messages.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>
Quand on me parle d'une femme cultivée, je l'imagine avec des carottes
dans les oreilles et du cerfeuil entre les doigts de pied.
-+- Sacha Guitry -+-
dans les oreilles et du cerfeuil entre les doigts de pied.
-+- Sacha Guitry -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre