Пример #1
0
const char* GetTargetName (target_t Target)
/* Return the name of a target */
{
    /* Return the array entry */
    return GetTargetProperties (Target)->Name;
}
Пример #2
0
void TgtTranslateInit (void)
/* Initialize the translation tables */
{
    /* Copy the translation for the selected target */
    memcpy (Tab, GetTargetProperties (Target)->CharMap, sizeof (Tab));
}