C-Extensions / C API functions |
Converts a 4-byte integer to a character string having a specified format.
mint rfmtint4(int4 lvalue, char *fmt, char *outbuf);
Code | Description |
---|---|
0 | The conversion was successful. |
<0 | The conversion failed. |
-1211 | The program ran out of memory (memory-allocation error). |
-1217 | The format string is too large. |
The fmt string contains the formatting mask for the string.