summaryrefslogtreecommitdiff
path: root/cesar/lib/visual_state_api/src/SEMExpl.c
diff options
context:
space:
mode:
authorsave2008-04-07 14:17:42 +0000
committersave2008-04-07 14:17:42 +0000
commit3d58a62727346b7ac1a6cb36fed1a06ed72228dd (patch)
treed7788c3cf9f76426aef0286d0202e2097f0fa0eb /cesar/lib/visual_state_api/src/SEMExpl.c
parent095dca4b0a8d4924093bab424f71f588fdd84613 (diff)
Moved the complete svn base into the cesar directory.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/lib/visual_state_api/src/SEMExpl.c')
-rw-r--r--cesar/lib/visual_state_api/src/SEMExpl.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/cesar/lib/visual_state_api/src/SEMExpl.c b/cesar/lib/visual_state_api/src/SEMExpl.c
new file mode 100644
index 0000000000..054442b215
--- /dev/null
+++ b/cesar/lib/visual_state_api/src/SEMExpl.c
@@ -0,0 +1,27 @@
+/*
+ * Type: Source Code File
+ *
+ * Id: SEMExpl.c
+ *
+ * Function: Contains the SEM_Expl 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_Expl (unsigned char IdentType,
+ SEM_EXPLANATION_TYPE IdentNo, char *Text, unsigned short MaxSize)
+{
+ return (SMP_Expl (SEMContext, IdentType, IdentNo, Text, MaxSize));
+}