1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6_Bool os_proc_tree_kill(int pid, int sig);
7int os_proc_children(int ppid, int **proc_list, size_t *proc_count);
8_Bool os_proc_running(int pid);
9#include "nvim/func_attr.h"
10