GnuCash
5.6-150-g038405b370+
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
Related Functions
+
Files
File List
+
Globals
+
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Functions
c
d
f
g
i
n
o
p
q
s
t
u
x
Variables
+
Typedefs
a
b
g
l
o
p
q
s
t
+
Enumerations
c
d
f
g
p
q
r
s
u
+
Enumerator
a
c
d
e
g
n
q
s
t
u
w
+
Macros
a
c
e
f
g
m
n
o
p
q
s
t
v
x
y
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
app-utils
calculation
fin_spl_protos.h
1
/***************************************************************************
2
* -------------------
3
* create : Tue Jul 11 20:21:18 2000
4
* copyright: (C) 2000 by Terry D. Boldt
5
* email : tboldt@attglobal.net
6
* -------------------
7
***************************************************************************/
8
/***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
/***************************************************************************
17
* Global Function Prototypes
18
* Tue Jul 11 20:21:18 2000
19
*
20
***************************************************************************/
21
22
#ifndef FIN_SPL_PROTOS_H
23
#define FIN_SPL_PROTOS_H
24
25
/*==================================================*/
26
/* expression_parser.c */
27
/* Line Number: 344 */
28
parser_env_ptr init_parser(
29
var_store_ptr predefined_vars,
30
gchar *radix_point,
31
gchar *group_char,
32
void
*trans_numeric(
const
char
*digit_str,
33
gchar *radix_point,
34
gchar *group_char,
35
char
**rstr),
36
void
*numeric_ops(
char
op_sym,
37
void
*left_value,
38
void
*right_value),
39
void
*negate_numeric(
void
*value),
40
void
free_numeric(
void
*numeric_value),
41
void
*func_op(
const
char
*fname,
42
int
argc,
void
**argv ) );
43
44
#endif
Generated by
1.8.14