Ilya Zakharevich on Mon, 17 May 1999 23:23:50 -0400 (EDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

DV and DI in prototypes of a GP function


Some GP functions have DV and DI in prototypes.  

 {"vector",22,(void*)vecteur,8,"GDVDI"},
 {"vectorv",22,(void*)vvecteur,8,"GDVDI"},

It is not documented what this defaults do.  Is DI the same as D0,I,  ?
Is DV the same as Dx,V, ?  In other words, what is entree* and char*
which the functions get?

Ilya