1 2 3 4 5 6 7 8 9 10
#ifndef RECIPIENTS_H #define RECIPIENTS_H #include <sys/types.h> int recipients_init(void); int recipients(char *, int); ssize_t safewrite(); #endif