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_
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);
17 #endif /* _GNM_FUNC_BUILTIN_H_ */