vhdlablname.3alc - Man Page

returns a compatible VHDL name.

Synopsis

#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( "%s0, vhdlablname( "_hello_world" ) );

See Also

abl(1), vhdlablvector(3).

Info

October 1, 1997 ASIM/LIP6 ABL FUNCTIONS