DOKK / manpages / debian 10 / alliance / vhdlablname.3.en
VHDLABLNAME(3) ABL FUNCTIONS VHDLABLNAME(3)

vhdlablname - returns a compatible VHDL name.

See the file buster/alliance/alc_origin.1.en.gz.

#include "abl101.h"
char ∗vhdlablname( Name )

char ∗Name;

Name to be translated.

vhdlablname translates a name according to the VHDL syntax.

vhdlablname return a new name, using namealloc.

#include "abl101.h"

/* displays v_hello_world */
printf( "%s0, vhdlablname( "_hello_world" ) );

abl(1), vhdlablvector(3).

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6