You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
361 B

/*************
* Header file for gens.c
* 1999 E. Rouat
************/
#ifndef ngspice_GENS_H
#define ngspice_GENS_H
#include "ngspice/dgen.h"
void wl_forall(wordlist *wl, void (*fn)(wordlist*, dgen*), dgen *data);
int dgen_for_n(dgen *dg, int n, int (*fn) (dgen*, IFparm*, int), IFparm *data, int subindex);
void dgen_nth_next(dgen **dg, int n);
#endif