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 ef0333e commit b3b3effCopy full SHA for b3b3eff
doc/src/sgml/ecpg.sgml
@@ -8882,7 +8882,7 @@ int dectodbl(decimal *np, double *dblp);
8882
<term><function>dectoint</function></term>
8883
<listitem>
8884
<para>
8885
- Convert a variable to type decimal to an integer.
+ Convert a variable of type decimal to an integer.
8886
<synopsis>
8887
int dectoint(decimal *np, int *ip);
8888
</synopsis>
@@ -8908,7 +8908,7 @@ int dectoint(decimal *np, int *ip);
8908
<term><function>dectolong</function></term>
8909
8910
8911
- Convert a variable to type decimal to a long integer.
+ Convert a variable of type decimal to a long integer.
8912
8913
int dectolong(decimal *np, long *lngp);
8914
0 commit comments