man alive () - check if a process is executing.

NAME

alive - check if a process is executing.

LIBRARIES

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

SYNOPSIS

#include <abz/alive.h>

int alive(const char *name");

DESCRIPTION

The alive() function check if any process with name name is currently executing.

RETURN VALUES

The alive() function returns 1 if a process with name name is executing, 0 if not, and -1 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>