|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Macros | |
| #define | DATE_IS_NULL(d1) |
| #define | ITKCALL(argument) |
| #define | STRCPY(a, b) tc_strcpy(a, b) |
| #define | STRLEN(a) tc_strlen(a) |
| #define | STRNCPY(a, b, s) tc_strncpy(a, b, s) |
| #define DATE_IS_NULL | ( | d1 | ) |
This macro will return 1 if the given date is equal to NULLDATE. pom.inc must be included before this macro can be properly expanded.
Definition at line 33 of file tc_macros.h.
| #define ITKCALL | ( | argument | ) |
Definition at line 53 of file tc_macros.h.
| #define STRCPY | ( | a, | |
| b | |||
| ) | tc_strcpy(a, b) |
Definition at line 49 of file tc_macros.h.
| #define STRLEN | ( | a | ) | tc_strlen(a) |
Definition at line 47 of file tc_macros.h.
| #define STRNCPY | ( | a, | |
| b, | |||
| s | |||
| ) | tc_strncpy(a, b, s) |
Definition at line 51 of file tc_macros.h.