searchrdsfig - searchs by name a figure in the list of figures
This software belongs to the ALLIANCE CAD system from the CAO-VLSI team at
ASIM/LIP6/UPMC laboratory.
LIP6/ASIM
University P. et M. Curie
4, place Jussieu
75252 PARIS Cedex 05
FRANCE
Fax : {33/0} 1.44.27.62.86
E-mail support : alliance-support@asim.lip6.fr
#include rutnnn.h"
rdsfig_list *searchrdsfig( Name )
char *Name;
The searchrdsfig function searchs a figure by its name in the list of figures in memory.
Pointer to the figure searched. If the figure is not found then pointer NULL is returned.
none
#include mutnnn.h"
#include rdsnnn.h"
#include rutnnn.h"
#include rtlnnn.h"
main()
{
rdsfig_list *Figure;
rdsfig_list *ScanFigure;
mbkenv();
rdsenv();
loadrdsparam();
Figure = addrdsfig("na2",0);
Figure = addrdsfig("no2",0);
Figure = addrdsfig("xr2",0);
Figure = addrdsfig("n03",0);
ScanFigure = searchrdsfig("xr2");
viewrdsfig ( ScanFigure );
librtl, librds
This tool is under development at the ASIM/LIP6/UPMC laboratory, cao-vlsi
research team.
We need your feedbak to improve documentation and tools.
If you find bugs, please fill-in the form at
http://asim.lip6.fr/alliance/support/bug-report/
Thanks for doing this.