/* * TYPEDEF: SRM_Integer_Positive * * This data type specifies a positive 32 bit integer. */ typedef unsigned int SRM_Integer_Positive;