Subversion Repositories SvarDOS

Rev

Rev 1575 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1575 Rev 1576
Line 1... Line 1...
1
 
1
 
2
#ifndef LIBC_H
2
#ifndef LIBC_H
3
#define LIBC_H
3
#define LIBC_H
4
 
4
 
5
unsigned short mdr_dos_resizeblock(unsigned short siz, unsigned short segn);
-
 
6
unsigned short mdr_dos_write(unsigned short handle, const void far *buf, unsigned short count, unsigned short *bytes);
5
unsigned short mdr_dos_write(unsigned short handle, const void far *buf, unsigned short count, unsigned short *bytes);
7
 
6
 
8
#endif
7
#endif