libtime++: Date and time calculation

◆ RETURNERROR

#define RETURNERROR (   EXPR,
  SUB,
  STR,
  CODE 
)
Value:
if ( EXPR ) { fprintf(stderr, "ERROR (%s):\n %s\n", SUB, STR );\
return(CODE); }

Definition at line 96 of file libtime.h.

Referenced by time_read().