aboutsummaryrefslogtreecommitdiff
path: root/src/os/os.h
blob: 58d49d36e7bf0f63993d6f249bf86809d9425ba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef NEOVIM_OS_H
#define NEOVIM_OS_H

#include "../vim.h"

long_u mch_total_mem(int special);
int mch_chdir(char *path);

#endif