Generator/Exponential: Difference between revisions

m
(→‎{{header|C}}: more normal mothod)
Line 422:
#define SEQ_BASE seq_func f; int output
 
/* sort of polymorphing data structure */
typedef struct { SEQ_BASE; } gen_t;
 
Anonymous user