Subversion Repositories SvarDOS

Rev

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

<?php

$PROJNAME = 'WMINCRT';
$SHORT = 'a minimalist startup code for Open Watcom';

$LONGHTML = '
<p>lorem ipsum etc</p>

<ul>
<li>feature 1</li>
<li>feature 2</li>
<li>feature 3</li>
</ul>

<p>some other words</p>
';

$COPYRDATE = '2023';
$COPYRHOLDER = 'Bernd Boeckmann';

?>