![]() |
![]()
| ![]() |
![]()
NAMEpeople - fetch a structure containing all ttys, whose owner behaves like a human SYNOPSIS#include <sys/people.h> #include <asr.h> int people (struct ppl_tty **ttys); DESCRIPTIONThe people function fetches a short description of every tty, whose coupled process behaves as an actual human. It returns a newly malloc'ed array with just enough elements to contain all elements needed for this. The struct ppl_tty is declared as: struct ppl_tty { RETURN VALUESOn success people returns the number of elements in ttys , on failure it returns -1 and errno is set to an appropriate value. ERRORS
EXAMPLE#include <sys/pople.h> #include <asr.h> #include <signal.h> int main (int argc, char **argv) { AUTHORThis man page was written by Ingvar Mattsson, as a contribution to the a.s.r man page collection.
|