GETENV: check for proper UTF-8.
[gnumeric.git] / src / func-builtin.h
blobe4699095464c9b1923888566f20a9b991542b06f
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_FUNC_BUILTIN_H_
3 # define _GNM_FUNC_BUILTIN_H_
5 #include <func.h>
7 G_BEGIN_DECLS
9 GnmValue *gnumeric_if (GnmFuncEvalInfo *ei, GnmValue const * const *args);
10 GnmValue *gnumeric_if2 (GnmFuncEvalInfo *ei, int argc, GnmExprConstPtr const *argv, GnmExprEvalFlags flags);
12 void func_builtin_init (void);
13 void func_builtin_shutdown (void);
15 G_END_DECLS
17 #endif /* _GNM_FUNC_BUILTIN_H_ */