FPRINTF_ERR
#define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1);
#define FPRINTF_ERR(fcall) if ((fcall) < 0) { \