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
); }
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()
.
timeutil.c
Generated on Mon Aug 21 2023 17:36:10 for libtime++: Date and time calculation by
1.8.14