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:
Thiago de Arruda
2014-02-24 22:17:46 -03:00
parent 0f438e42a8
commit c067e5580b
11 changed files with 19 additions and 13 deletions

View File

@@ -8,6 +8,7 @@
*/
#include "vim.h"
#include "os/os.h"
static int path_is_url __ARGS((char_u *p));
static void win_init __ARGS((win_T *newp, win_T *oldp, int flags));