We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf807eb commit 10f3087Copy full SHA for 10f3087
doc/src/sgml/ecpg.sgml
@@ -8614,7 +8614,7 @@ int dectodbl(decimal *np, double *dblp);
8614
<term><function>dectoint</function></term>
8615
<listitem>
8616
<para>
8617
- Convert a variable to type decimal to an integer.
+ Convert a variable of type decimal to an integer.
8618
<synopsis>
8619
int dectoint(decimal *np, int *ip);
8620
</synopsis>
@@ -8640,7 +8640,7 @@ int dectoint(decimal *np, int *ip);
8640
<term><function>dectolong</function></term>
8641
8642
8643
- Convert a variable to type decimal to a long integer.
+ Convert a variable of type decimal to a long integer.
8644
8645
int dectolong(decimal *np, long *lngp);
8646
0 commit comments