Changes

Jump to: navigation, search

CPCRSlib

252 bytes added, 15:11, 11 August 2010
== usage ==
A classic "Hello world" from cpcrslib :
<pre>
#include "cpcrslib.h" // CPC Library
return 0;
}
</pre>
 
You should provide a zcc_opt.def in the source directory :
 
<pre>
DEFINE DEFINED_myzorg
defc myzorg = 16384
 
IF !NEED_appstartup
DEFINE NEED_appstartup
defc reqpag = 32
defc NEED_expanded = 1
ENDIF
</pre>
19
edits