mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 07:36:03 +00:00
* refactor: format header files with uncrustify * fixup(justin): skip formatting of terminfo_defs.h * fixup: force winsock2 to be included first * fixup: simplify disable/enable directive to "uncrustify:off/on"
13 lines
222 B
C
13 lines
222 B
C
#ifndef NVIM_OS_PROCESS_H
|
|
#define NVIM_OS_PROCESS_H
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "os/process.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_OS_PROCESS_H
|