On 7/11/17 6:38 pm, Sebastian Huber wrote:
> On 07/11/17 06:46, Chris Johns wrote:
>> +/**
>> + * @brief Returns the version's VC ident. This is specific to the VC being
>> + * used.
>> + *
>> + * @retval int The version's VC ident.
>> + */
>> +const char *rtems_version_vc_ident( void );
>
> Norma
On 07/11/17 06:46, Chris Johns wrote:
+/**
+ * @brief Returns the version's VC ident. This is specific to the VC being
+ * used.
+ *
+ * @retval int The version's VC ident.
+ */
+const char *rtems_version_vc_ident( void );
Normally, we don't have abbreviations in the RTEMS API functions. What