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