3 /* Wrappers for io functions from the standard library that might be
4 * interrupted. These functions are restarted when necessary.
7 /* ---------------------------- interface functions ------------------------ */
9 ssize_t
fvwm_send(int s
, const void *buf
, size_t len
, int flags
);
10 ssize_t
fvwm_recv(int s
, void *buf
, size_t len
, int flags
);