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 d3dfc66 commit 949ab57Copy full SHA for 949ab57
src/backend/utils/adt/cash.c
@@ -9,7 +9,7 @@
9
* workings can be found in the book "Software Solutions in C" by
10
* Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
11
*
12
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.4 1997/04/15 17:39:44 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.5 1997/04/18 02:55:54 vadim Exp $
13
*/
14
15
#include <stdio.h>
@@ -23,6 +23,8 @@
23
#include "utils/builtins.h"
24
#include "utils/cash.h"
25
26
+static const char *num_word(Cash value);
27
+
28
/* when we go to 64 bit values we will have to modify this */
29
#define CASH_BUFSZ 24
30
0 commit comments