.\" $Id: vhdlablname.3,v 1.1 2002/03/18 11:06:16 ludo Exp $ .\" @(#)vhdlablname.2 2.7 96/07/02 ; Labo masi cao-vlsi; Author : Jacomme Ludovic .TH VHDLABLNAME 3 "October 1, 1997" "ASIM/LIP6" "ABL FUNCTIONS" .SH NAME vhdlablname \- returns a compatible VHDL name. .so jessie/alliance/alc_origin.1.en.gz .SH SYNOPSYS .nf .if n \{\ .ft B \} .if t \{\ .ft CR \} #include "abl101.h" char \(**vhdlablname( Name ) char \(**Name; .ft R .fi .SH PARAMETERS .TP 20 \fIName\fP Name to be translated. .SH DESCRIPTION \fBvhdlablname\fP translates a name according to the VHDL syntax. .br .SH RETURN VALUE \fBvhdlablname\fP return a new name, using \fInamealloc\fP. .SH EXAMPLE .ta 3n 6n 9n 12n 15n 18n 21n .nf .if n \{\ .ft B \} .if t \{\ .ft CR \} #include "abl101.h" /* displays v_hello_world */ printf( "%s\n", vhdlablname( "_hello_world" ) ); .ft R .fi .SH SEE ALSO .BR abl (1), .BR vhdlablvector(3). .so jessie/alliance/alc_bug_report.1.en.gz