Subversion Repositories SvarDOS

Rev

Rev 1575 | Go to most recent revision | Blame | Last modification | View Log | RSS feed


#ifndef LIBC_H
#define LIBC_H

unsigned short mdr_dos_write(unsigned short handle, const void far *buf, unsigned short count, unsigned short *bytes);

#endif