summaryrefslogtreecommitdiff
path: root/lib/visual_state_api/src/SEMName.c
blob: 81e5b65c0b63c6821f47275b9b105ddd9f68b0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Type:        Source Code File
 * 
 * Id:          SEMName.c
 *
 * Function:    Contains the SEM_Name SEM Library Expert version 4 function.
 *
 * Portability: ANSI-C Compiler.
 *
 * Copyright (c) 1999-2006 IAR Systems. All rights reserved.
 */

/*
 * Version   ! Date   ! Status ! Changes
 *----------------------------------------------------------------------------
 * 4.0.0.0   ! 011198 ! Closed ! -
 * 4.0.4     ! 010799 ! Closed ! Minor update, there might be no changes to this particular file.
 */

#include "SEMLibE.h"


unsigned char VS_CALL_CONV SEM_Name (unsigned char IdentType, 
  SEM_EXPLANATION_TYPE IdentNo, char *Text, unsigned short MaxSize)
{
  return (SMP_Name (SEMContext, IdentType, IdentNo, Text, MaxSize));
}