mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
Create new OS module
This module will contain all functions that perform OS calls such as IO, filesystem access, etc.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "vim.h"
|
||||
#include "version.h"
|
||||
#include "os/os.h"
|
||||
|
||||
static char_u *vim_version_dir __ARGS((char_u *vimdir));
|
||||
static char_u *remove_tail __ARGS((char_u *p, char_u *pend, char_u *name));
|
||||
|
||||
Reference in New Issue
Block a user