Query: getlomodel
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETLOMODEL(3) MBK LOGICAL FUNCTIONS GETLOMODEL(3)NAMEgetlomodel - retrieve a model from a lofig_listORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mut.h" lofig_list *getlomodel(model, name) lofig_list *model; char *name;PARAMETERSmodel Pointer to a lofig list name String indicating the model to be looked forDESCRIPTIONgetlomodel seeks a lofig element in the list pointed to by model.RETURN VALUEgetlomodel returns a pointer to the lofig that match the name. If no lofig has the given name, then NULL is returned.EXAMPLE#include "mlo.h" locon_list *get_model_cons(model, name) lofig_list *model; char *name; { lofig_list *p = getlomodel(model, name); return p ? p->LOCON : NULL; }SEE ALSOmbk(1), lofig(3), addlomodel(3), freelomodel(3), dellomodel(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 GETLOMODEL(3)
Related Man Pages |
---|
getlocon(3) - debian |
dellocon(3) - suse |
dellocon(3) - opendarwin |
getlocon(3) - hpux |
getlocon(3) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
The OSI-model |
OpenNMS 1.5.92 (Unstable branch) |
OpenNMS 1.5.94 (Unstable branch) |
OpenNMS 1.5.99 (Unstable branch) |
checking users input to file |