Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1385 → Rev 1369

/sved/trunk/mdr/history.txt
File deleted
/sved/trunk/mdr/inc/mdr/cout.h
62,22 → 62,10
 
void mdr_cout_getconprops(unsigned char *termwidth, unsigned char *termheight, unsigned char *colorflag);
 
 
/*****************************************************************************
* functions below do not need mdr_cout_init() initialization, they can be *
* used to output data to console right away, as they use DOS services. *
*****************************************************************************/
 
/* output a single character to console */
/* functions below do not need mdr_cout_init() initialization, they may be
* used to display characters or nul-terminated strings to console right away
* as they use DOS services */
void mdr_coutraw_char(char c);
 
/* output a nul-terminated string */
void mdr_coutraw_str(const char *s);
 
/* same as above, but followed with a CR/LF line terminator */
void mdr_coutraw_puts(const char *s);
 
/* outputs a DOS-style (CR/LF) newline to console */
void mdr_coutraw_crlf(void);
 
#endif
/sved/trunk/mdr/mateusz.txt
0,0 → 1,3
NOTICE: this is a slightly modified version of MDR, ie. it is not the vanilla
2023 version. I've added the function mdr_dos_selfexe(), which will be
part of the MDR 2024 release.
/sved/trunk/mdr/mdrs2023.lib
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream