comparison src/proto/os_unix.pro @ 1935:5bd06a91c65c v7.2.232

updated for version 7.2-232
author vimboss
date Tue, 14 Jul 2009 15:38:41 +0000
parents 149d8b46404c
children 5ab2946f7ce5
comparison
equal deleted inserted replaced
1934:80e5b1da6676 1935:5bd06a91c65c
1 /* os_unix.c */ 1 /* os_unix.c */
2 int mch_chdir __ARGS((char *path));
2 void mch_write __ARGS((char_u *s, int len)); 3 void mch_write __ARGS((char_u *s, int len));
3 int mch_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt)); 4 int mch_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
4 int mch_char_avail __ARGS((void)); 5 int mch_char_avail __ARGS((void));
5 long_u mch_total_mem __ARGS((int special)); 6 long_u mch_total_mem __ARGS((int special));
6 void mch_delay __ARGS((long msec, int ignoreinput)); 7 void mch_delay __ARGS((long msec, int ignoreinput));