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 28e858c commit 57b28c0Copy full SHA for 57b28c0
doc/src/sgml/ecpg.sgml
@@ -8884,7 +8884,7 @@ int dectodbl(decimal *np, double *dblp);
8884
<term><function>dectoint</function></term>
8885
<listitem>
8886
<para>
8887
- Convert a variable to type decimal to an integer.
+ Convert a variable of type decimal to an integer.
8888
<synopsis>
8889
int dectoint(decimal *np, int *ip);
8890
</synopsis>
@@ -8910,7 +8910,7 @@ int dectoint(decimal *np, int *ip);
8910
<term><function>dectolong</function></term>
8911
8912
8913
- Convert a variable to type decimal to a long integer.
+ Convert a variable of type decimal to a long integer.
8914
8915
int dectolong(decimal *np, long *lngp);
8916
0 commit comments