1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6pos_T *find_start_comment(int ind_maxcomment );
7_Bool cin_is_cinword(char_u *line);
8int cin_islabel(void);
9int cin_iscase(char_u *s, int strict );
10int cin_isscopedecl(char_u *s);
11void parse_cino(buf_T *buf);
12int get_c_indent(void);
13void do_c_expr_indent(void);
14#include "nvim/func_attr.h"
15