![]() |
![]()
| ![]() |
![]()
NAMEvhdlablname - returns a compatible VHDL name. See the file man1/alc_origin.1.SYNOPSYS#include "abl101.h" char ∗vhdlablname( Name ) char ∗Name; PARAMETERS
DESCRIPTIONvhdlablname translates a name according to the VHDL syntax.RETURN VALUEvhdlablname return a new name, using namealloc.EXAMPLE#include "abl101.h" /* displays v_hello_world */ printf( "%s0, vhdlablname( "_hello_world" ) ); SEE ALSOabl(1), vhdlablvector(3). See the file man1/alc_bug_report.1.
|