The SEDRIS Data Representation Model
APPENDIX C - Constants SE_PREVIOUS_INTERIM_DRM_VERSION |
---|
/* * CONSTANT: SE_PREVIOUS_INTERIM_DRM_VERSION * * Specifies the interim version letter of the previous release * of the DRM implementation. This shall be '\0' for none; between * 'a' and 'z' inclusive, for an unofficial interim version. */#define SE_PREVIOUS_INTERIM_DRM_VERSION ((SE_Character)'\0')
|