Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
VHDLABLNAME(3)			  ABL FUNCTIONS 		  VHDLABLNAME(3)

NAME
     vhdlablname - 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).

ASIM/LIP6			 October 1, 1997		  VHDLABLNAME(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=vhdlablname&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help