1VHDLABLNAME(3)                   ABL FUNCTIONS                  VHDLABLNAME(3)
2
3
4

NAME

6       vhdlablname - returns a compatible VHDL name.
7

SYNOPSIS

9       #include "abl101.h"
10       char ∗vhdlablname( Name )
11         char ∗Name;
12

PARAMETERS

14       Name                Name to be translated.
15

DESCRIPTION

17       vhdlablname translates a name according to the VHDL syntax.
18

RETURN VALUE

20       vhdlablname return a new name, using namealloc.
21

EXAMPLE

23       #include "abl101.h"
24          /* displays      v_hello_world */
25          printf( "%s0, vhdlablname( "_hello_world" ) );
26

SEE ALSO

28       abl(1), vhdlablvector(3).
29
30
31
32
33
34
35ASIM/LIP6                       October 1, 1997                 VHDLABLNAME(3)
Impressum