|
NAMEvhdlablvector - gives the index and the name of a vectorized name. See the file man1/alc_origin.1. SYNOPSIS#include "abl101.h" char ∗vhdlablvector( Name, Index ) PARAMETERSDESCRIPTIONvhdlablvector searches the index of a vectorized name, and the vector's name. RETURN VALUEIf Name is a vectorized name, vhdlablvector returns the vector's name using namealloc, and its index throw Index. Otherwise, it returns a null pointer. EXAMPLE#include "abl101.h" SEE ALSOabl(1), ablvhdlname(3). See the file man1/alc_bug_report.1.
|