libtime++: Date and time calculation

◆ TU_CHECKERROR

#define TU_CHECKERROR (   EXPR,
  SUB,
  STR 
)
Value:
if ( EXPR ) { fprintf(stderr, "ERROR (%s):\n %s\n", SUB, STR );\
exit(TU_EXIT_FAILURE); }
#define TU_EXIT_FAILURE
Definition: timeutil.c:38

Definition at line 39 of file timeutil.c.

Referenced by timeutil_date(), and timeutil_doy().