vhdlablname

Langue: en

Version: October 1, 1997 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

vhdlablname - returns a compatible VHDL name.
man2html: unable to open or read file man1/alc_origin.1

SYNOPSYS

 #include "abl101.h"
 char *vhdlablname( Name )
   char *Name;
 

PARAMETERS

Name
Name to be translated.

DESCRIPTION

vhdlablname translates a name according to the VHDL syntax.

RETURN VALUE

vhdlablname return a new name, using namealloc.

EXAMPLE

 #include "abl101.h"
    /* displays      v_hello_world */
    printf( "%s, vhdlablname( "_hello_world" ) );
 

SEE ALSO

abl(1), vhdlablvector(3).
man2html: unable to open or read file man1/alc_bug_report.1