1 2 3 4 5 6 7 8
#ifndef RECIPIENTS_H #define RECIPIENTS_H int recipients_init(void); int recipients(char *,int); ssize_t safewrite(); #endif