Subversion Repositories SvarDOS

Rev

Rev 1575 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1556 mateusz.vi 1
 
2
#ifndef LIBC_H
3
#define LIBC_H
4
 
5
unsigned short mdr_dos_write(unsigned short handle, const void far *buf, unsigned short count, unsigned short *bytes);
6
 
7
#endif