Source position: cblas.pas line 321
procedure cblas_zdotc_sub(
N: SInt32;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
dotc: UnivPtr
);